{% extends "@ChillPerson/Person/layout.html.twig" %}
{% set activeRouteKey = 'chill_person_accompanying_period_list' %}
{% block title %}{{ 'Accompanying period list for person'|trans }}{% endblock title %}
{% block personcontent %}
{{ 'Accompanying period list'|trans }}
{% include 'ChillPersonBundle:AccompanyingPeriod:_list.html.twig' %}