{% extends '@ChillPerson/Household/layout.html.twig' %} {% block title 'household.Household summary'|trans %} {% block block_post_menu %}
{% endblock %} {% block content %}{{ 'household.Household does not have any address currently'|trans }}
{% else %} {{ address|chill_entity_render_box({'multiline': true, 'extended_infos': true }) }} {% endif %}{{ 'household.Any persons into this position'|trans }}
{% endif %} {% set members = household.nonCurrentMembersByPosition(p) %} {% if members|length > 0 %}