mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 05:19:43 +00:00
Localize nationality in person list
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</td>
|
</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.name | localize_translatable_string }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ 'views.Person.list.without_nationality'|trans }}
|
{{ 'views.Person.list.without_nationality'|trans }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user