{{ period.closingDate|format_date('long') }} / {{ 'An accompanying period ends'|trans }} {% if 'person' != context %} {% for p in period.persons %} / {{ p|chill_entity_render_box({'addLink': true}) }} {% endfor %} {% endif %}

{{ 'Participants'|trans }} :
    {% for p in period.participations %}
  • {{ p.person|chill_entity_render_box({ 'addLink': true }) }}: {{ 'since %date%'|trans({'%date%': p.startDate|format_date("long") } ) }}, {{ 'until %date%'|trans({'%date%': (p.endDate is not null ? p.endDate : period.closingDate)|format_date("long") }) }}
  • {% endfor %}