mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Merge branch 'master' of git://github.com/Chill-project/Person
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</td>
|
||||
<td>
|
||||
{% if person.nationality is not null %}
|
||||
<span class="personNationality">{{person.nationality.label}}</span>
|
||||
<span class="personNationality">{{person.nationality.name | localize_translatable_string }}</span>
|
||||
{% else %}
|
||||
{{ 'Without nationality'|trans }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user