{% extends '@ChillPerson/Household/layout.html.twig' %} {% block title 'household.Household members'|trans %} {% block content %}
{{ 'household.Any expecting birth'|trans }}
{% endif %} {% endif %} {% for p in positions %}{{ 'household.Those members does not share address'|trans }}
{% endif %} {%- set members = household.currentMembersByPosition(p) %} {% if members|length > 0 %}{{ 'household.Any persons into this position'|trans }}
{% endif %} {% set members = household.nonCurrentMembersByPosition(p) %} {% if members|length > 0 %}{{ m.comment|chill_markdown_to_html }}