{% extends 'ChillEventBundle::layout.html.twig' %} {% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %} {% block event_content -%}

{{ 'Participation Edit'|trans }}

{{ 'Associated person'|trans }} {{ person_macro.render(participation.person) }}
{{ 'Associated event'|trans }} {{ participation.event.name }}
{{ 'Date'|trans }} {{ participation.event.date|format_date('long', 'short') }}
{{ form_start(form) }} {{ form_row(form.role) }} {{ form_row(form.status) }} {{ form_end(form) }} {% endblock %}