Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / ustva / generic_taxreport_de.html
1 [% USE HTML %]<body>
2
3 <h1>USTVA Bericht</h1>
4 <p>Steuernummer: [% taxnumber %]</p>
5 <p>Jahr: [% year %]</p>
6 <p>Zeitraum: [% period %]</p>
7 <br />
8 <table width="33%">
9   <tr>
10     <th>Position</th>
11     <th>Betrag</th>
12   </tr>
13 [% FOREACH row = USTVA %]
14   <tr class="listrow[% loop.count % 2 %]">
15
16     <td align="left">[% HTML.escape(row.id) %]</td>
17     <td align="right">[% HTML.escape(row.amount) %]</td>
18   </tr>
19 [% END %]
20
21 </table>
22
23 </html>
24 </body>