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 %}{#
|
{% for person in persons %}{#
|
||||||
#}{{ person.id }},{#
|
#}{{ person.id }},{#
|
||||||
#}"{{ person.firstName }}",{#
|
#}"{{ person.firstName|csv_cell }}",{#
|
||||||
#}"{{ person.lastName }}",{#
|
#}"{{ person.lastName|csv_cell }}",{#
|
||||||
#}"{{ person.genre }}",{#
|
#}"{{ person.genre|csv_cell }}",{#
|
||||||
#}"{{ person.dateOfBirth|localizeddate('short', 'none') }}",{#
|
#}"{{ person.dateOfBirth|localizeddate('short', 'none') }}",{#
|
||||||
#}"{# countryOfBirth
|
#}"{# countryOfBirth
|
||||||
#}{% if person.countryOfBirth is not null %}{#
|
#}{% if person.countryOfBirth is not null %}{#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user