mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Localize nationality in person list
This commit is contained in:
parent
d736a9a1f9
commit
beafcd902e
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user