{% extends 'ChillEventBundle::layout.html.twig' %} {% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %} {% block title 'Participation creation'|trans %} {% block event_content -%}
{{ 'Associated person'|trans }} | {{ person_macro.render(participation.person) }} |
---|---|
{{ 'Associated event'|trans }} | {{ participation.event.name }} |