diff --git a/src/Bundle/ChillMainBundle/Resources/views/Entity/address.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Entity/address.html.twig index 3dfc27d2f..eef84b8a2 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Entity/address.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Entity/address.html.twig @@ -29,6 +29,11 @@

{{ address.postCode.country.name|localize_translatable_string }}

{% endif %} + {% if address.extra is not empty %} + + {{ address.extra }} + + {% endif %} {{ 'address.consider homeless'|trans }} @@ -89,6 +94,11 @@

{{ address.postCode.country.name|localize_translatable_string }}

{% endif %} + {% if address.extra is not empty %} +
+ {{ address.extra }} +
+ {% endif %}
{{ 'address.consider homeless'|trans }}