{% extends 'bulma.html.twig' %} {% block title %}Gestion pour {{ event.name }}{% endblock %} {% block content %} {{ component('Modal')}}
{{ event.getParties()|length }} parties proposées
{{ event.getGamemastersAssigned|length }} meneur(euse)s de jeu
        {% for gamemaster in event.getGamemastersAssigned %}
          
              
              {% else %}
              
| Participant(e) | Horaire | Espace | Jeu | Meneur(euse){% if is_granted('ROLE_MANAGER') %} | Contact{% endif %} | Action | 
|---|---|---|---|---|---|---|
| {{ participation.participantName }} | {{ participation.party.startOn|date('d/m/y \\à H:i', app_timezone) }} | {{ participation.party.slots.first.space.name }} | {{ participation.party.game.name }} | {{ participation.party.gamemaster.preferedName }}{% if is_granted('ROLE_MANAGER') %} | {% if participation.participantPhone %}{% endif %} | {% if participation.checkin %} {% else %} Annuler {% endif %} |