[% USE L %] [%- USE LxERP %] [%- USE HTML %]
[%- HTML.escape(title) %]
[%- FOREACH balance = BALANCES %] [%- END %]
[%- 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 -%]