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

{{ 'Participation creation'|trans }}

{{ 'Associated person'|trans }} {{ person_macro.render(participation.person) }}
{{ 'Associated event'|trans }} {{ participation.event.name }}
{% include 'ChillEventBundle:Participation:_ignored_participations.html.twig' with ignored_participations %} {{ form_start(form) }} {{ form_errors(form) }} {{ form_row(form.role) }} {{ form_row(form.status) }} {{ form_end(form) }} {% endblock %}