Lines 940-946
Link Here
|
940 |
[%- FOREACH result IN results %] |
940 |
[%- FOREACH result IN results %] |
941 |
[%- FOREACH cells IN result.cells %] |
941 |
[%- FOREACH cells IN result.cells %] |
942 |
[%- place = loop.index %] |
942 |
[%- place = loop.index %] |
943 |
[%- IF header_row.$place.cell == $batch_type || header_types.item(header_row.$place.cell) == $batch_type %] |
943 |
[%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %] |
944 |
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] |
944 |
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] |
945 |
[%- END %] |
945 |
[%- END %] |
946 |
[%- END %] |
946 |
[%- END %] |
947 |
- |
|
|