mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
Better line return
This commit is contained in:
parent
3f92b6bf4d
commit
26ed31e89e
@ -6,9 +6,10 @@
|
|||||||
#}"{{ 'Report type'|trans }}",{#
|
#}"{{ 'Report type'|trans }}",{#
|
||||||
#}{% for customField in cf_group.customFields %}{#
|
#}{% for customField in cf_group.customFields %}{#
|
||||||
#}"{{ chill_custom_field_label(customField) }}"{% if not loop.last %},{% endif %}{#
|
#}"{{ chill_custom_field_label(customField) }}"{% if not loop.last %},{% endif %}{#
|
||||||
#}{% endfor %}
|
#}{% endfor %}{#
|
||||||
|
|
||||||
{% for report in reports %}{#
|
#}{{ '\r\n'|raw }}{#
|
||||||
|
#}{% for report in reports %}{#
|
||||||
#}{{ report.id }},{#
|
#}{{ report.id }},{#
|
||||||
#}"{{ report.person|csv_cell }}",{#
|
#}"{{ report.person|csv_cell }}",{#
|
||||||
#}"{{ report.person.id|csv_cell }}",{#
|
#}"{{ report.person.id|csv_cell }}",{#
|
||||||
@ -22,6 +23,7 @@
|
|||||||
#}"{{ chill_custom_field_widget(report.cFData , customField, 'csv') }}"{#
|
#}"{{ chill_custom_field_widget(report.cFData , customField, 'csv') }}"{#
|
||||||
#}{% endif %}{#
|
#}{% endif %}{#
|
||||||
#}{% if not loop.last %},{% endif %}{#
|
#}{% if not loop.last %},{% endif %}{#
|
||||||
#}{% endfor %}
|
#}{% endfor %}{#
|
||||||
|
|
||||||
{% endfor %}
|
#}{{ '\r\n'|raw }}{#
|
||||||
|
#}{% endfor %}
|
Loading…
x
Reference in New Issue
Block a user