mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Debug
This commit is contained in:
@@ -116,7 +116,11 @@ This view should receive those arguments:
|
||||
<dl>
|
||||
<dt class="inline">{{'Marital status'|trans}}</dt>
|
||||
<dd>
|
||||
{{ person.maritalStatus.name|localize_translatable_string }}
|
||||
{% if person.maritalStatus is not null %}
|
||||
{{ person.maritalStatus.name|localize_translatable_string }}
|
||||
{% else %}
|
||||
{{ 'no data given'|trans }}
|
||||
{% endif %}
|
||||
</dd>
|
||||
</dl>
|
||||
</figure>
|
||||
|
Reference in New Issue
Block a user