3 <h1>[% HTML.escape(title) %]</h1>
5 <form method="post" action="[% HTML.escape(script) %]">
7 <input type="hidden" name="title" value="[% HTML.escape(title) %]">
14 <td width="50%" align="left" valign="top">
17 <b>[% 'Company' | $T8 %]</b>
25 [% 'Tel' | $T8 %].:
26 [% HTML.escape(co_tel) %]
28 [% 'Fax' | $T8 %].:
29 [% HTML.escape(co_fax) %]
32 [% HTML.escape(co_email) %]
36 [% 'Tax Number' | $T8 %]:
40 [% 'ELSTER Tax Number' | $T8 %]:
41 [% HTML.escape(elstersteuernummer) %]
50 [%- IF FA_steuerberater_name %]
53 <input checked="checked"
54 title="[% 'Assume Tax Consultant Data in Tax Computation?' | $T8 %]"
55 name="FA_steuerberater"
60 <b>[% 'Tax Consultant' | $T8 %]</b>
63 [% HTML.escape(FA_steuerberater_name) %]<br />
64 [% HTML.escape(FA_steuerberater_street) %]<br />
65 [% HTML.escape(FA_steuerberater_city) %]<br />
66 [% 'Tel.' | $T8 %] [% HTML.escape(FA_steuerberater_tel) %]<br />
73 <b>[% 'Tax Period' | $T8 %]</b>
75 [% select_year %] [% ustva_vorauswahl %]
78 [%- IF FA_voranmeld %]
81 [%- IF FA_dauerfrist %]
82 [% 'With Extension Of Time' | $T8 %]
87 [%- IF method_local %]
88 [% 'Method' | $T8 %]: [% method_local %]
92 <td width="50%" valign="top">
95 <b>[% 'Tax Office' | $T8 %]</b>
97 <h3>[% HTML.escape(FA_Name) %]</h3>
99 [% HTML.escape(FA_Strasse) %]
101 [% HTML.escape(FA_PLZ) %] [% HTML.escape(FA_Ort) %]
104 [% 'Tel' | $T8 %].:
105 [% HTML.escape(FA_Telefon) %]
107 [% 'Fax' | $T8 %].:
108 [% HTML.escape(FA_Fax) %]
111 <!-- Mailto alles Maskieren! -->
112 <a href="mailto:[% HTML.escape(FA_Email) %]
113 ?subject="[% HTML.escape(steuernummer) %]:"
114 &bcc="[% HTML.escape(email) %]"
115 &body="Sehr%20geehrte%20Damen%20und%20Herren,
116 %0D%0A%0D%0A%0D%0AMit%20freundlichen%20Grüßen
117 %0D%0A%0D%0A[% HTML.escape(signature) %]"">
118 [% HTML.escape(FA_Email) %]
121 <a href="[% FA_Internet %]">
122 [% HTML.escape(FA_Internet) %]
126 [% 'Openings' | $T8 %]
131 [% 'Bank Connections' | $T8 %]
135 [%- FOREACH row = "tax_office_banks" %]
137 [% HTML.escape(row.Bankbezeichnung) %]
139 [% 'Account' | $T8 %]:
140 [% HTML.escape(row.Kontonummer) %]
142 [% 'Bank Code' | $T8 %]:
143 [% HTML.escape(row.BLZ) %]
156 <b>[% 'Outputformat' | $T8 %]</b>
158 [%- IF COA_Germany %]
161 <SELECT name="format">
162 <option value="generic">[% 'Preview' | $T8 %]</option>
173 <td><hr size="3" noshade></td>
178 <input type="hidden" name="address" value="[% HTML.escape(address) %]">
179 <input type="hidden" name="reporttype" value="custom">
180 <input type="hidden" name="co_street" value="[% HTML.escape(co_street) %]">
181 <input type="hidden" name="co_city" value="[% HTML.escape(co_city) %]">
185 <input type=hidden name=nextsub value=generate_ustva>
186 <input type=submit class=submit name=action value="[% 'Show' | $T8 %]">