diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
index d8c53dbf5..115f5a208 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig
@@ -16,42 +16,39 @@
{% set address = household.currentAddress %}
- {% if address is empty %}
-
{{ 'household.Household does not have any address currently'|trans }}
- {% else %}
-
-
-
-
-
{{ 'Address'|trans }}
+
+
+
{{ 'Address'|trans }}
+ {% if address is empty %}
+
{{ 'household.Household does not have any address currently'|trans }}
+ {% else %}
{{ address|chill_entity_render_box({'multiline': true}) }}
+ {% endif %}
-
- -
- {# include vue_address component #}
- {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
- targetEntity: { name: 'household', id: household.id },
- backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
- mode: 'new',
- buttonSize: 'btn-sm',
- buttonText: 'Move household',
- modalTitle: 'Move household',
- buttonDisplayText: false,
- } %}
- {#
- openPanesInModal: false
- #}
-
- -
-
-
-
-
-
-
-
+
+ -
+ {# include vue_address component #}
+ {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
+ targetEntity: { name: 'household', id: household.id },
+ backUrl: path('chill_person_household_summary', { 'household_id': household.id }),
+ forceRedirect: true,
+ mode: 'new',
+ buttonSize: 'btn-sm',
+ buttonText: 'Move household',
+ modalTitle: 'Move household',
+ buttonDisplayText: false,
+ } %}
+
+ -
+
+
+
+
+
+
+ {% if address is not empty %}
-
- {% endif %}
+ {% endif %}
+
{{ 'household.Household members'|trans }}