X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_tax.html;fp=templates%2Fwebpages%2Fam%2Flist_tax.html;h=3d24b51779c391d451bd95a18c1d835a284c0f75;hb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;hp=0000000000000000000000000000000000000000;hpb=5ec5ebedb4ea9789a34ded543395fed981382636;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_tax.html b/templates/webpages/am/list_tax.html new file mode 100644 index 000000000..3d24b5177 --- /dev/null +++ b/templates/webpages/am/list_tax.html @@ -0,0 +1,37 @@ +[%- USE T8 %] +[% USE HTML %] + +
[% title %]
+ + + + + + + + + + + [% SET row_odd = '1' %][% FOREACH row = TAX %] + + + + + + + + [% END %] +
[% 'tax_taxkey' | $T8 %][% 'tax_taxdescription' | $T8 %][% 'tax_rate' | $T8 %][% 'taxnumber' | $T8 %][% 'account_description' | $T8 %]
[% HTML.escape(row.taxkey) %][% HTML.escape(row.taxdescription) %][% HTML.escape(row.rate) %] %[% HTML.escape(row.taxnumber) %][% HTML.escape(row.account_description) %]
+ +

+

+ + + + +
+

+ + + +