Lines 293-299
Link Here
|
293 |
<tfoot> |
293 |
<tfoot> |
294 |
[% FOREACH key IN funds.keys.sort %] |
294 |
[% FOREACH key IN funds.keys.sort %] |
295 |
<tr> |
295 |
<tr> |
296 |
<td colspan="6" class="total"> </td> |
296 |
<td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td> |
297 |
<td><i>Subtotal for</i> [% key %]</td> |
297 |
<td><i>Subtotal for</i> [% key %]</td> |
298 |
<td>[% currency( funds.$key.estimated ) %]</td> |
298 |
<td>[% currency( funds.$key.estimated ) %]</td> |
299 |
<td>[% currency( funds.$key.actual ) %]</td> |
299 |
<td>[% currency( funds.$key.actual ) %]</td> |
300 |
- |
|
|