mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
make empty date of birth possible
This commit is contained in:
parent
c66270f1fb
commit
36fbcf9dae
@ -28,7 +28,7 @@
|
|||||||
{% endspaceless %}
|
{% endspaceless %}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td><span class="personDateOfBirth">{{person.dateOfBirth.format(date_format)}}</span></td>
|
<td><span class="personDateOfBirth">{{person.dateOfBirth.format(date_format)|default( 'person.without_date_of_birth'|trans )}}</span></td>
|
||||||
<td>
|
<td>
|
||||||
{% if person.nationality is not null %}
|
{% if person.nationality is not null %}
|
||||||
<span class="personNationality">{{person.nationality.label}}</span>
|
<span class="personNationality">{{person.nationality.label}}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user