{% extends 'base.html.twig' %} {% block title %}Inscription Lister !{% endblock %} {% block body %}

Toutes les inscriptions

Ajouter un élève
{% for i in pInscriptions %} {% else %} {% endfor %}
Eleve Instrument Professeur Date Action
{{ i.eleve.prenom}} {{ i.eleve.nom}} {{ i.cours.typeInstrument.libelle }} {{ i.cours.professeur.nom }} {{ i.dateInscription|date('d/m/Y') }} ✏️ 👁️
Aucune inscription n'a été trouvé.
{% endblock %}