Lines 1085-1093
Link Here
|
1085 |
[%- FOREACH result IN results %] |
1085 |
[%- FOREACH result IN results %] |
1086 |
[%- FOREACH cells IN result.cells %] |
1086 |
[%- FOREACH cells IN result.cells %] |
1087 |
[%- place = loop.index %] |
1087 |
[%- place = loop.index %] |
1088 |
[%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %] |
1088 |
[%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type -%] |
1089 |
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] |
1089 |
[%- cells.cell | html -%][% "\n" | $raw %][%# We want 1 item per line, without whitespace %] |
1090 |
[%- END %] |
1090 |
[%- END -%] |
1091 |
[%- END %] |
1091 |
[%- END %] |
1092 |
[%- END -%] |
1092 |
[%- END -%] |
1093 |
[% END %] |
1093 |
[% END %] |
1094 |
- |
|
|