[% USE L %] [% USE LxERP %] [% USE HTML %]
[% FOREACH balance = BALANCES %] [% END %]
[% HTML.escape(title) %]
[% LxERP.t8("Chart") %] [% LxERP.t8("Description") %] [% LxERP.t8("Debit") %] [% LxERP.t8("Credit") %]
[% balance.accno %] [% balance.description %] [% IF balance.balance < 0 %] [% LxERP.format_amount(balance.balance * -1, 2) %] [% END %] [% IF balance.balance > 0 %] [% LxERP.format_amount(balance.balance, 2) %] [% END %]