[% USE HTML %]
[% title %]
[% SET row_odd = '1' %][% FOREACH row = TAX %] [% END %]
tax_taxkey tax_taxdescription tax_rate taxnumber account_description
[% HTML.escape(row.taxkey) %] [% HTML.escape(row.taxdescription) %] [% HTML.escape(row.rate) %] % [% HTML.escape(row.taxnumber) %] [% HTML.escape(row.account_description) %]