|
Lines 1-4
Link Here
|
| 1 |
[%- INCLUDE csv/headers/reports/orders_by_budget.tt -%] |
1 |
[%- INCLUDE csv_headers/reports/orders_by_budget.tt -%] |
| 2 |
[%- INCLUDE empty_line.inc -%] |
2 |
[%- INCLUDE empty_line.inc -%] |
| 3 |
[%- FOREACH row IN rows -%] |
3 |
[%- FOREACH row IN rows -%] |
| 4 |
[%- FOREACH field IN row; field; sep IF !loop.last; END -%] |
4 |
[%- FOREACH field IN row; field; sep IF !loop.last; END -%] |
| 5 |
- |
|
|