{% extends 'base.html.twig' %} {% block title %}LISTE DES INSCRIPTIONS{% endblock %} {% block stylesheets %}{% endblock %} {% block body %}
Eleve |
Cours |
Jours |
Date de l'inscription |
Actions |
---|---|---|---|---|
{{ i.eleve.nom }} {{ i.eleve.prenom }} | {{ i.cours.typeInstruments.libelle }} | {{ i.cours.jours.libelle }} | {{ i.dateInscription|date("d/m/Y") }} | 👁️ {% if is_granted('ROLE_ADMIN') %} ✏️ {% endif %} |