{% extends 'base.html.twig' %} {% block title %}Consulter un cours!{% endblock %} {% block stylesheets %}{% endblock %} {% block header %}Mon superbe menu{% endblock %} {% block body %}
Eleve : | {{inscription.eleve.id}} |
Cours : | {{inscription.cours.id}} |
Date Inscription: | {{inscription.dateInscription|date('d/m/Y')}} |