[%- USE T8 %] [%- USE HTML %] [% INCLUDE "common/flash.html" %]

[% title %]

[% SET row_odd = '1' %][% FOREACH row = TAX %] [% END %]
[% 'tax_taxkey' | $T8 %] [% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %] [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %] [% 'Automatic skonto chart sales' | $T8 %] [% 'Automatic skonto chart purchase' | $T8 %]
[% HTML.escape(row.taxkey) %] [% HTML.escape(row.taxdescription) %] [% HTML.escape(row.rate) %] % [% HTML.escape(row.taxnumber) %] [% HTML.escape(row.account_description) %] [% HTML.escape(row.skonto_chart_accno) %] [% HTML.escape(row.skonto_chart_description) %] [% HTML.escape(row.skonto_chart_purchase_accno) %] [% HTML.escape(row.skonto_chart_purchase_description) %]