diff --git a/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig index abbaf1e14..1079aadec 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig @@ -20,25 +20,25 @@ {% block title title|trans %} {% block content %} -
{{ message }}
+{{ message }}
{{ 'Name'|trans }} | -{{ 'Date of birth'|trans }} | -{{ 'Nationality'|trans }} | -
---|---|---|
- - {{ person|chill_entity_render_string }}{% apply spaceless %} - {% if person.isOpen == false %} - - {% endif %} - {% endapply %} - - | -{% if person.birthdate is not null %}{{ person.birthdate|format_date('long') }}{% else %} {% endif %} | -- {% if person.nationality is not null %}{{ person.nationality.name|localize_translatable_string }}{% else %}{{ 'Without nationality'|trans }}{% endif %} - | -
{{ 'Name'|trans }} | +{{ 'Date of birth'|trans }} | +{{ 'Nationality'|trans }} | +
---|---|---|
+ + {{ person|chill_entity_render_string }}{% apply spaceless %} + {% if person.isOpen == false %} + + {% endif %} + {% endapply %} + + | +{% if person.birthdate is not null %}{{ person.birthdate|format_date('long') }}{% else %} {% endif %} | ++ {% if person.nationality is not null %}{{ person.nationality.name|localize_translatable_string }}{% else %}{{ 'Without nationality'|trans }}{% endif %} + | +