mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
[ci skip]
This commit is contained in:
@@ -54,7 +54,7 @@ This view should receive those arguments:
|
||||
<dd>{% spaceless %}
|
||||
|
||||
{% if person.countryOfBirth is not null %}
|
||||
{{ person.countryOfBirth.label }}
|
||||
{{ person.countryOfBirth.name|localize_translatable_string }}
|
||||
{% else %}
|
||||
{{ 'views.Person.view.country_of_birth_unknow'|trans }}
|
||||
{% endif %}
|
||||
@@ -74,7 +74,7 @@ This view should receive those arguments:
|
||||
<dt class="inline">{{ 'views.Person.view.nationality'|trans }}</dt>
|
||||
<dd>
|
||||
{% if person.nationality is not null %}
|
||||
{{ person.nationality.label }}
|
||||
{{ person.nationality.name|localize_translatable_string }}
|
||||
{% else %}
|
||||
{{ 'views.Person.view.without_nationality'|trans }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user