[%- USE T8 %] [% USE HTML %]
[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]
| [% 'Name' | $T8 %]: | [% HTML.escape(CFDD_shiptoname) %] |
|---|---|
| [% 'Department' | $T8 %]: | [% HTML.escape(CFDD_shiptodepartment_1) %] |
| [% HTML.escape(CFDD_shiptodepartment_2) %] | |
| [% 'Street' | $T8 %]: | [% HTML.escape(CFDD_shiptostreet) %] |
| [% 'Zipcode' | $T8 %]: | [% HTML.escape(CFDD_shiptozipcode) %] |
| [% 'City' | $T8 %]: | [% HTML.escape(CFDD_shiptocity) %] |
| [% 'Country' | $T8 %]: | [% HTML.escape(CFDD_shiptocountry) %] |
| [% 'Contact' | $T8 %]: | [% HTML.escape(CFDD_shiptocontact) %] |
| [% 'Phone' | $T8 %]: | [% HTML.escape(CFDD_shiptophone) %] |
| [% 'Fax' | $T8 %]: | [% HTML.escape(CFDD_shiptofax) %] |
| [% 'E-mail' | $T8 %]: | [% HTML.escape(CFDD_shiptoemail) %] |