Bug 18694: Translatability: Get rid of exposing [%% FOREACH in csv/cash_register_stats.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / csv / cash_register_stats.tt
blob923a3240fc97cddf5b0d4ca03727d96a212cdd37
1 [% USE ItemTypes %]
2 [%- INCLUDE csv_headers/reports/cash_register_stats.tt %]
3 [%- FOREACH row IN rows # Avoid line breaks in directives because of translatability %]
4     [%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %]
5 [% END -%]
6 TOTAL
7 [%- FOREACH field IN total; field; sep IF !loop.last; END %]