{% extends "@ChillPerson/Person/layout.html.twig" %} {% set activeRouteKey = 'chill_person_accompanying_period_list' %} {% block title %}{{ 'Person accompanying period - %name%'|trans({ '%name%' : person.__toString}) }}{% endblock title %} {% block personcontent %}

{{ 'Accompanying period list'|trans }}

{% include 'ChillPersonBundle:AccompanyingPeriod:_list.html.twig' %} {% endblock %}