{% extends '@ChillPerson/Household/layout.html.twig' %} {% block title 'Household accompanying period'|trans %} {% block content %}

{{ block('title') }}

{% include 'ChillPersonBundle:AccompanyingPeriod:_list.html.twig' %} {% if accompanying_periods_old|length > 0 %}

{% include 'ChillPersonBundle:AccompanyingPeriod:_list.html.twig' with {'accompanying_periods' : accompanying_periods_old} %}
{% endif %}
{% endblock %}