7 <p>[% 'BALANCE SHEET' | $T8 %]
13 <th align="left" width="400" colspan="2">[% 'ASSETS' | $T8 %]<br><hr align="left" width="250" size="5" noshade></th>
14 <th>[% this_period %]</th>
15 <th>[% last_period %]</th>
21 <td>[% row.accno _ ' - ' IF l_accno %][% row.description %]</td>
22 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
24 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
31 <td colspan="2"> </td>
32 <td><hr noshade size="1"></td>
33 <td><hr noshade size="1"></td>
37 <th align="left" colspan="2">[% 'TOTAL' | $T8 %]</th>
38 <td align="right">[% LxERP.format_amount(total.A.this, decimalplaces) %]<hr noshade size="2"></td>
40 <td align="right">[% LxERP.format_amount(total.A.last, decimalplaces) %]<hr noshade size="2"></td>
46 <th align="left" colspan="4">[% 'LIABILITIES' | $T8 %]<b><hr align="left" width="250" size="5" noshade></th>
52 <td>[% row.accno _ ' - ' IF l_accno %][% row.description %]</td>
53 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
55 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
62 <td colspan="2"> </td>
63 <td><hr noshade size="1"></td>
64 <td><hr noshade size="1"></td>
69 <th align="left">[% 'TOTAL' | $T8 %]</th>
70 <td align="right">[% LxERP.format_amount(total.L.this, decimalplaces) %]<br><hr noshade size="2"</td>
72 <td align="right">[% LxERP.format_amount(total.L.last, decimalplaces) %]<br><hr noshade size="2"</td>
78 <th align="left" colspan="4">[% 'EQUITY' | $T8 %]<br><hr align="left" width="250" size="5" noshade></th>
84 <td>[% row.accno _ ' - ' IF l_accno and row.accno %][% row.description %]</td>
85 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
87 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
94 <td colspan="2"> </td>
95 <td><hr noshade size="1"></td>
96 <td><hr noshade size="1"></td>
101 <th align="left">[% 'TOTAL' | $T8 %]</th>
102 <td align="right">[% LxERP.format_amount(total.Q.this, decimalplaces) %]<br><hr noshade size="2"</td>
103 [%- IF last_period %]
104 <td align="right">[% LxERP.format_amount(total.Q.last, decimalplaces) %]<br><hr noshade size="2"</td>
110 <th align="left" colspan="2">[% 'TOTAL' | $T8 %] [% 'LIABILITIES' | $T8 %] & [% 'EQUITY' | $T8 %]</th>
111 <td align="right">[% LxERP.format_amount(total.this, decimalplaces) %]<br><hr noshade size="2"></td>
112 [%- IF last_period %]
113 <td align="right">[% LxERP.format_amount(total.last, decimalplaces) %]<br><hr noshade size="2"></td>