{% set title = title %}

{{ 'household.Household'|trans }} (n°{{ household.id }})

{%- set persons = household.getCurrentPersons() -%} {%- if persons|length > 0 -%} {{- 'household.Current household members'|trans }}: {%- for p in persons|slice(0, 5) -%} {{- p|chill_entity_render_box({'addLink': false}) -}} {%- if false == loop.last -%}, {% endif -%} {%- endfor -%} {% if persons|length > 5 %} {{ 'household.and x other persons'|trans({'x': persons|length-5}) }} {% endif %} {%- endif -%}