3 <h1>[% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]"</h1>
6 [%- IF SHIPTO.size || CONTACTS.size %]
8 [% 'Jump to' | $T8 %] <a href="#billing">[% 'Billing Address' | $T8 %]</a>
9 [%- FOREACH shipto = SHIPTO %]
11 <a href="#shipping[% loop.count %]">
12 [% 'Shipping Address' | $T8 %]
13 "[% HTML.escape(shipto.shiptoname) %]"
16 [%- FOREACH contact = CONTACTS %]
18 <a href="#contact[% loop.count %]">
19 [% 'Contact Person' | $T8 %]
20 "[% HTML.escape(contact.cp_name) %]"
29 [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
31 <a name="billing"><h1>[% 'Billing Address' | $T8 %]</h1></a>
36 <td align="right">[% 'Customer Number' | $T8 %]</td>
37 <td>[% HTML.escape(customernumber) %]</td>
39 <td align="right">[% 'Vendor Number' | $T8 %]</td>
40 <td>[% HTML.escape(vendornumber) %]</td>
45 <td align="right">[% 'Company Name' | $T8 %]</td>
46 <td>[% HTML.escape(name) %]</td>
50 <td align="right">[% 'Department' | $T8 %]</td>
51 <td>[% HTML.escape(department_1) %][% IF department_2 %][% IF department_1 %]; [% END %][% HTML.escape(department_2) %][% END %]</td>
55 <td align="right">[% 'Street' | $T8 %]</td>
56 <td>[% HTML.escape(street) %]</td>
60 <td align="right">[% 'Zip, City' | $T8 %]</td>
61 <td>[% HTML.escape(zipcode) %] [% HTML.escape(city) %]</td>
65 <td align="right">[% 'Country' | $T8 %]</td>
66 <td>[% HTML.escape(country) %]</td>
70 <td align="right">[% 'Contact Person' | $T8 %]</td>
71 <td>[% IF greeting %][% HTML.escape(greeting) %] [% END %][% HTML.escape(contact) %]</td>
75 <td align="right">[% 'Phone' | $T8 %]</td>
76 <td>[% HTML.escape(phone) %]</td>
80 <td align="right">[% 'Fax' | $T8 %]</td>
81 <td>[% HTML.escape(fax) %]</td>
85 <td align="right">[% 'E-mail' | $T8 %]</td>
86 <td>[% HTML.escape(email) %]</td>
90 <td align="right">[% 'Homepage' | $T8 %]</td>
91 <td>[% HTML.escape(homepage) %]</td>
95 <td align="right">[% 'Credit Limit' | $T8 %]</td>
96 <td>[% HTML.escape(creditlimit) %]</td>
100 <td align="right">[% 'Discount' | $T8 %]</td>
101 <td>[% HTML.escape(discount_as_percent) %]%</td>
106 <td align="right">[% 'Pricegroup' | $T8 %]</td>
107 <td>[% HTML.escape(pricegroup) %]</td>
112 <td align="right">[% 'Payment Terms' | $T8 %]</td>
113 <td>[% HTML.escape(payment_terms) %]</td>
117 <td align="right">[% 'Delivery Terms' | $T8 %]</td>
118 <td>[% HTML.escape(delivery_terms) %]</td>
122 <td align="right">[% 'Tax Number' | $T8 %]</td>
123 <td>[% HTML.escape(taxnumber) %]</td>
127 <td align="right">[% 'USt-IdNr.' | $T8 %]</td>
128 <td>[% HTML.escape(ustid) %]</td>
133 <td align="right">[% 'KNr. beim Kunden' | $T8 %]</td>
134 <td>[% HTML.escape(c_vendor_id) %]</td>
139 <td align="right">[% 'Account Number' | $T8 %]</td>
140 <td>[% HTML.escape(account_number) %]</td>
144 <td align="right">[% 'Bank Code' | $T8 %]</td>
145 <td>[% HTML.escape(bank_code) %]</td>
149 <td align="right">[% 'Bank' | $T8 %]</td>
150 <td>[% HTML.escape(bank) %]</td>
154 <td align="right">[% 'IBAN' | $T8 %]</td>
155 <td>[% HTML.escape(iban) %]</td>
159 <td align="right">[% 'BIC' | $T8 %]</td>
160 <td>[% HTML.escape(bic) %]</td>
163 <td align="right">[% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</td>
164 <td>[% HTML.escape(business) %]</td>
168 <td align="right">[% 'Language' | $T8 %]</td>
169 <td>[% HTML.escape(language) %]</td>
173 <td align="right" valign="top">[% 'Notes' | $T8 %]</td>
174 <td valign="top">[% HTML.escape(notes) %]</td>
182 [% FOREACH row = SHIPTO %]
186 [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
188 <a name="shipping[% loop.count %]"><h1>[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"</h1></a>
192 <td align="right">[% 'Company Name' | $T8 %]</td>
193 <td>[% HTML.escape(row.shiptoname) %]</td>
197 <td align="right">[% 'Department' | $T8 %]</td>
198 <td>[% HTML.escape(row.shiptodepartment_1) %][% IF row.shiptodepartment_2 %][% IF row.shiptodepartment_1 %]; [% END %][% HTML.escape(row.shiptodepartment_2) %][% END %]</td>
202 <td align="right">[% 'Street' | $T8 %]</td>
203 <td>[% HTML.escape(row.shiptostreet) %]</td>
207 <td align="right">[% 'Zip, City' | $T8 %]</td>
208 <td>[% HTML.escape(row.shiptozipcode) %] [% HTML.escape(row.shiptocity) %]</td>
212 <td align="right">[% 'Country' | $T8 %]</td>
213 <td>[% HTML.escape(row.shiptocountry) %]</td>
217 <td align="right">[% 'Contact Person' | $T8 %]</td>
218 <td>[% HTML.escape(row.shiptocontact) %]</td>
222 <td align="right">[% 'Phone' | $T8 %]</td>
223 <td>[% HTML.escape(row.shiptophone) %]</td>
227 <td align="right">[% 'Fax' | $T8 %]</td>
228 <td>[% HTML.escape(row.shiptofax) %]</td>
232 <td align="right">[% 'E-mail' | $T8 %]</td>
233 <td>[% HTML.escape(row.shiptoemail) %]</td>
248 [% FOREACH row = CONTACTS %]
252 [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
254 <a name="contact[% loop.count %]"><h1>[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"</h1></a>
258 <td align="right">[% 'Greeting' | $T8 %]</td>
259 <td>[% HTML.escape(row.cp_greeting) %]</td>
263 <td align="right">[% 'Title' | $T8 %]</td>
264 <td>[% HTML.escape(row.cp_title) %]</td>
268 <td align="right">[% 'Given Name' | $T8 %]</td>
269 <td>[% HTML.escape(row.cp_givenname) %]</td>
273 <td align="right">[% 'Name' | $T8 %]</td>
274 <td>[% HTML.escape(row.cp_name) %]</td>
278 <td align="right">[% 'Department' | $T8 %]</td>
279 <td>[% HTML.escape(row.cp_abteilung) %]</td>
283 <td align="right">[% 'Phone1' | $T8 %]</td>
284 <td>[% HTML.escape(row.cp_phone1) %]</td>
288 <td align="right">[% 'Phone2' | $T8 %]</td>
289 <td>[% HTML.escape(row.cp_phone2) %]</td>
293 <td align="right">[% 'Fax' | $T8 %]</td>
294 <td>[% HTML.escape(row.cp_fax) %]</td>
298 <td align="right">[% 'Mobile1' | $T8 %]</td>
299 <td>[% HTML.escape(row.cp_mobile1) %]</td>
303 <td align="right">[% 'Mobile2' | $T8 %]</td>
304 <td>[% HTML.escape(row.cp_mobile2) %]</td>
308 <td align="right">[% 'Sat. Phone' | $T8 %]</td>
309 <td>[% HTML.escape(row.cp_satphone) %]</td>
313 <td align="right">[% 'Sat. Fax' | $T8 %]</td>
314 <td>[% HTML.escape(row.cp_satfax) %]</td>
318 <td align="right">[% 'Project' | $T8 %]</td>
319 <td>[% HTML.escape(row.cp_project) %]</td>
323 <td align="right">[% 'E-mail' | $T8 %]</td>
324 <td>[% HTML.escape(row.cp_email) %]</td>
328 <td align="right">[% 'Private Phone' | $T8 %]</td>
329 <td>[% HTML.escape(row.cp_privatphone) %]</td>
333 <td align="right">[% 'Private E-mail' | $T8 %]</td>
334 <td>[% HTML.escape(row.cp_privatemail) %]</td>
338 <td align="right">[% 'Birthday' | $T8 %]</td>
339 <td>[% HTML.escape(row.cp_birthday) %]</td>