diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/banner.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/banner.html.twig
index 7b9afa3a1..dd136014e 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Person/banner.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/banner.html.twig
@@ -3,7 +3,7 @@
-
+
{% set gender =
(person.gender == "woman") ? 'female' :
@@ -19,36 +19,45 @@
-
+
+
+
+ {%- if person.currentHouseholdAddress is not empty -%}
-
- {%- if person.currentHouseholdAddress is not empty -%}
-
- {{ person.currentHouseholdAddress|chill_entity_render_box({'multiline': false, 'with_valid_from': false}) }}
- {%- elseif person.lastAddress is not empty -%}
-
- {{ person.lastAddress|chill_entity_render_box({'multiline': false, 'with_valid_from': false}) }}
- {%- endif -%}
+
+ {{ person.currentHouseholdAddress|chill_entity_render_box({'multiline': false, 'with_valid_from': false}) }}
+ {%- elseif person.lastAddress is not empty -%}
-
- {% if person.mobilenumber %}
-
-
- {{ person.mobilenumber|chill_format_phonenumber }}
- {% elseif person.phonenumber %}
-
-
- {{ person.phonenumber|chill_format_phonenumber }}
- {% endif %}
-
- -
- {% if person.email %}
-
-
- {{ person.email }}
-
- {% endif %}
+
+ {{ person.lastAddress|chill_entity_render_box({'multiline': false, 'with_valid_from': false}) }}
+ {%- endif -%}
@@ -57,9 +66,9 @@