{% extends 'bulma.html.twig' %} {% block title %}Mes parties{% endblock %} {% block content %} {{ component('Modal')}}
Événement | Jeu | Date et heure | Participant(e)s | Action |
---|---|---|---|---|
{{ participation.event.name }} | {{ participation.game.name }} | {{ participation.startOn|date('d/m/y H:i', app_timezone) }} | {{ participation.getSeatsOccuped }} / {{ participation.getMaxParticipants }} | {% if participation.getSeatsOccuped > 0 %} Checkins {% else %} {% endif %} |