{% extends 'base_admin.html.twig' %} {% block title %}Joueurs acceptés{% endblock %} {% block body %}

Participants aux Portes Ouvertes

Ajouter Importer

Liste des joueurs acceptés

{% for participant in participants %} {% else %} {% endfor %}
Email Nom Prénom Catégorie Date d'inscription Actions
{{ participant.email }} {{ participant.nom }} {{ participant.prenom }} {{ participant.categorie }} {{ participant.createdAt ? participant.createdAt|date('d/m/Y H:i') : '' }} Modifier
Aucun joueur accepté
{% endblock %}