mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
Adding csv_cell twig filter
This commit is contained in:
parent
abf9ebfc8a
commit
6791041c28
@ -17,9 +17,9 @@
|
||||
|
||||
{% for person in persons %}{#
|
||||
#}{{ person.id }},{#
|
||||
#}"{{ person.firstName }}",{#
|
||||
#}"{{ person.lastName }}",{#
|
||||
#}"{{ person.genre }}",{#
|
||||
#}"{{ person.firstName|csv_cell }}",{#
|
||||
#}"{{ person.lastName|csv_cell }}",{#
|
||||
#}"{{ person.genre|csv_cell }}",{#
|
||||
#}"{{ person.dateOfBirth|localizeddate('short', 'none') }}",{#
|
||||
#}"{# countryOfBirth
|
||||
#}{% if person.countryOfBirth is not null %}{#
|
||||
|
Loading…
x
Reference in New Issue
Block a user