{% extends 'bulma.html.twig' %} {% block title %}Administration > Games{% endblock %} {% block content %}
Liste des événements.
| Nom | Dates | Actions | 
|---|---|---|
| {{ event.name }} | du {{ event.startOn|date('d/m/Y H:i', app_timezone) }} au {{ event.endOn|date('d/m/Y H:i', app_timezone) }} | Éditer Configurer {% if event.published %} Gérer {% else %} {% endif %} Supprimer |