3 <h1>[% 'Carry over shipping address' | $T8 %]</h1>
 
   5  <p>[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]</p>
 
  10     <th align="right" valign="top">[% 'Name' | $T8 %]:</th>
 
  11     <td valign="top">[% HTML.escape(CFDD_shiptoname) %]</td>
 
  15     <th align="right" valign="top">[% 'Department' | $T8 %]:</th>
 
  16     <td valign="top">[% HTML.escape(CFDD_shiptodepartment_1) %]</td>
 
  20     <th align="right" valign="top"> </th>
 
  21     <td valign="top">[% HTML.escape(CFDD_shiptodepartment_2) %]</td>
 
  25     <th align="right" valign="top">[% 'Street' | $T8 %]:</th>
 
  26     <td valign="top">[% HTML.escape(CFDD_shiptostreet) %]</td>
 
  30     <th align="right" valign="top">[% 'Zipcode' | $T8 %]:</th>
 
  31     <td valign="top">[% HTML.escape(CFDD_shiptozipcode) %]</td>
 
  35     <th align="right" valign="top">[% 'City' | $T8 %]:</th>
 
  36     <td valign="top">[% HTML.escape(CFDD_shiptocity) %]</td>
 
  40     <th align="right" valign="top">[% 'Country' | $T8 %]:</th>
 
  41     <td valign="top">[% HTML.escape(CFDD_shiptocountry) %]</td>
 
  45     <th align="right" valign="top">[% 'Contact' | $T8 %]:</th>
 
  46     <td valign="top">[% HTML.escape(CFDD_shiptocontact) %]</td>
 
  50     <th align="right" valign="top">[% 'Phone' | $T8 %]:</th>
 
  51     <td valign="top">[% HTML.escape(CFDD_shiptophone) %]</td>
 
  55     <th align="right" valign="top">[% 'Fax' | $T8 %]:</th>
 
  56     <td valign="top">[% HTML.escape(CFDD_shiptofax) %]</td>
 
  60     <th align="right" valign="top">[% 'E-mail' | $T8 %]:</th>
 
  61     <td valign="top">[% HTML.escape(CFDD_shiptoemail) %]</td>
 
  66   [% 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' | $T8 %]
 
  69  <form method="post" action="oe.pl">
 
  72    <input type="submit" name="action" value="[% 'Yes' | $T8 %]"> 
 
  73    <input type="submit" name="action" value="[% 'No' | $T8 %]">
 
  76   <input type="hidden" name="yes_nextsub" value="check_for_direct_delivery_yes">
 
  77   <input type="hidden" name="no_nextsub" value="check_for_direct_delivery_no">
 
  79   [%- FOREACH row = VARIABLES %]
 
  80   <input type="hidden" name="[% HTML.escape(row.key) %]" value="[% HTML.escape(row.value) %]">