{% extends 'ChillEventBundle::layout.html.twig' %} {% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %} {% block event_content -%}
| {{ 'Associated person'|trans }} | {{ person_macro.render(participation.person) }} |
|---|---|
| {{ 'Associated event'|trans }} | {{ participation.event.name }} |
| {{ 'Date'|trans }} | {{ participation.event.date|localizeddate('long', 'short') }} |