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