Lines 287-293
Link Here
|
287 |
<tfoot> |
287 |
<tfoot> |
288 |
[% FOREACH key IN funds.keys.sort %] |
288 |
[% FOREACH key IN funds.keys.sort %] |
289 |
<tr> |
289 |
<tr> |
290 |
<td colspan="6" class="total"> </td> |
290 |
<td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td> |
291 |
<td><i>Subtotal for</i> [% key %]</td> |
291 |
<td><i>Subtotal for</i> [% key %]</td> |
292 |
<td>[% currency( funds.$key.estimated ) %]</td> |
292 |
<td>[% currency( funds.$key.estimated ) %]</td> |
293 |
<td>[% currency( funds.$key.actual ) %]</td> |
293 |
<td>[% currency( funds.$key.actual ) %]</td> |
294 |
- |
|
|