mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Adding csv_cell twig filter
This commit is contained in:
@@ -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 %}{#
|
||||||
|
Reference in New Issue
Block a user