mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Adding csv_row twig filter
This commit is contained in:
parent
80851c4071
commit
0cd8b9af3c
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
{% for report in reports %}{#
|
{% for report in reports %}{#
|
||||||
#}{{ report.id }},{#
|
#}{{ report.id }},{#
|
||||||
#}"{{ report.person }}",{#
|
#}"{{ report.person|csv_cell }}",{#
|
||||||
#}"{{ report.person.id }}",{#
|
#}"{{ report.person.id|csv_cell }}",{#
|
||||||
#}"{{ report.date|localizeddate('short', 'none') }}",{#
|
#}"{{ report.date|localizeddate('short', 'none') }}",{#
|
||||||
#}"{{ report.user }}",{#
|
#}"{{ report.user|csv_cell }}",{#
|
||||||
#}"{{ report.cFGroup.getName(app.request.locale) }}",{#
|
#}"{{ report.cFGroup.getName(app.request.locale)|csv_cell }}",{#
|
||||||
#}{% for customField in report.cFGroup.customFields %}{#
|
#}{% for customField in report.cFGroup.customFields %}{#
|
||||||
#}{% if customField.type == 'title' %}{#
|
#}{% if customField.type == 'title' %}{#
|
||||||
#}""{#
|
#}""{#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user