mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Improving CSV genertion
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
#}"{{ chill_custom_field_label(customField) }}"{% if not loop.last %},{% endif %}{#
|
||||
#}{% endfor %}{#
|
||||
#}{% endif %}{#
|
||||
#}
|
||||
|
||||
{% for person in persons %}{#
|
||||
#}{{ '\r\n'|raw }}{#
|
||||
#}{% for person in persons %}{#
|
||||
#}{{ person.id }},{#
|
||||
#}"{{ person.firstName|csv_cell }}",{#
|
||||
#}"{{ person.lastName|csv_cell }}",{#
|
||||
@@ -55,6 +55,7 @@
|
||||
#}{% endif %}{#
|
||||
#}{% if not loop.last %},{% endif %}{#
|
||||
#}{% endfor %}{#
|
||||
#}{% endif %}
|
||||
#}{% endif %}{#
|
||||
#}{{ '\r\n'|raw }}{#
|
||||
|
||||
{% endfor %}
|
||||
#}{% endfor %}
|
Reference in New Issue
Block a user