[%- 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) %]