mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
remove old translation of gender when unknown date of birth
This commit is contained in:
parent
4487fb09f2
commit
1577076c93
@ -65,8 +65,7 @@
|
|||||||
<div class="grid-3">
|
<div class="grid-3">
|
||||||
<span class="open_sansbold">{{ 'Birthdate'|trans|upper }} :</span>
|
<span class="open_sansbold">{{ 'Birthdate'|trans|upper }} :</span>
|
||||||
{% if person.birthdate == null %}
|
{% if person.birthdate == null %}
|
||||||
{{ 'Unknown date of birth'|trans }}, {{ ('person.gender.' ~
|
{{ 'Unknown date of birth'|trans }}
|
||||||
person.gender)|trans }}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ person.birthdate|localizeddate('long', 'none') }}
|
{{ person.birthdate|localizeddate('long', 'none') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user