mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
[ci skip]
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>{{ person.dateOfBirth|date(date_format) }}</td>
|
||||
<td>{{ person.nationality|default('person.without_nationality'|trans) }}
|
||||
<td>{% if person.nationality is not null %}{{ person.nationality.name|localize_translatable_string }}{% else %}{{ 'views.Person.view.without_nationality'|trans }}{% endif %}
|
||||
</tr>
|
||||
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user