[%- USE T8 %] [% USE HTML %]

[% 'Inconsistency in database' | $T8 %]

[% 'There is an inconsistancy in your database.' | $T8 %]

[% 'Please contact your administrator.' | $T8 %]

[% IF invalid_tax_account %]

[% 'There are invalid taxnumbers in use.' | $T8 %]

[% 'Please set another taxnumber for the following taxes and run the update again:' | $T8 %]

[% SET row_odd = '1' %][% FOREACH row = TAX %] [% END %]
[% 'tax_taxkey' | $T8 %] [% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %]
[% HTML.escape(row.taxkey) %] [% HTML.escape(row.taxdescription) %] [% HTML.escape(row.rate) %] %
[% END %] [% IF taxkey_is_null %]

[% 'There are entries in tax where taxkey is NULL.' | $T8 %]

[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]

[% SET row_odd = '1' %][% FOREACH row = TAX %] [% END %]
[% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %] [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %]
[% HTML.escape(row.taxdescription) %] [% HTML.escape(row.rate) %] % [% HTML.escape(row.taxnumber) %] [% HTML.escape(row.account_description) %]
[% END %]