diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 41c330f30..6413a046e 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -18,16 +18,10 @@ {% block layout_content %} -
{% spaceless %} {% if person.dateOfBirth == null %} @@ -47,13 +45,15 @@ {% endtranschoice %} {% endif %} {% endspaceless %}
- +{{ person.nationality.name|localize_translatable_string }}
{% else %}{% trans %}Without nationality{% endtrans %}
{% endif %} - +{% if person.spokenLanguages|length == 0 %} {{ 'Unknown spoken languages'|trans }} @@ -63,50 +63,50 @@ {% endfor %} {% endif %}
-