mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Adding marital status to csv export
This commit is contained in:
parent
fce3de4046
commit
d2b929cf7e
@ -8,6 +8,8 @@
|
|||||||
#}"{{ 'Spoken languages'|trans }}",{#
|
#}"{{ 'Spoken languages'|trans }}",{#
|
||||||
#}"{{ 'Email'|trans }}",{#
|
#}"{{ 'Email'|trans }}",{#
|
||||||
#}"{{ 'Phonenumber'|trans }}",{#
|
#}"{{ 'Phonenumber'|trans }}",{#
|
||||||
|
#}"{{ 'Marital Status'|trans }}",{#
|
||||||
|
#}"{{ 'Center'|trans }}",{#
|
||||||
#}{% if cf_group %}{#
|
#}{% if cf_group %}{#
|
||||||
#}{% for customField in cf_group.customFields %}{#
|
#}{% for customField in cf_group.customFields %}{#
|
||||||
#}"{{ chill_custom_field_label(customField) }}"{% if not loop.last %},{% endif %}{#
|
#}"{{ chill_custom_field_label(customField) }}"{% if not loop.last %},{% endif %}{#
|
||||||
@ -46,6 +48,14 @@
|
|||||||
#}",{#
|
#}",{#
|
||||||
#}"{{ person.email|csv_cell }}",{#
|
#}"{{ person.email|csv_cell }}",{#
|
||||||
#}"{{ person.phonenumber|csv_cell }}",{#
|
#}"{{ person.phonenumber|csv_cell }}",{#
|
||||||
|
#}"{# maritalStatus
|
||||||
|
#}{% if person.maritalStatus is not null %}{#
|
||||||
|
#}{{ person.maritalStatus.name|localize_translatable_string}}{#
|
||||||
|
#}{% else %}{#
|
||||||
|
#}{{ 'Unknown marital status'|trans }}{#
|
||||||
|
#}{% endif %}{#
|
||||||
|
#}",{#
|
||||||
|
#}"{{ person.center|csv_cell }}",{#
|
||||||
#}{% if cf_group %}{#
|
#}{% if cf_group %}{#
|
||||||
#}{% for customField in cf_group.customFields %}{#
|
#}{% for customField in cf_group.customFields %}{#
|
||||||
#}{% if customField.type == 'title' %}{#
|
#}{% if customField.type == 'title' %}{#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user