{% extends 'body.html.twig' %} {% block title %} {{ parent() }} - Liste des schémas horaires {% endblock %} {% block page %}
Schémas horaires Créer un schéma
{% for schema in schemasHoraire %} {% endfor %}
Nom Heure début 1 Heure fin 1 Heure début 2 Heure fin 2 Actions
{{ schema.nom }} {{ schema.heureDebut1 }} {{ schema.heureFin1 }} {{ schema.heureDebut1 }} {{ schema.heureFin2 }}
{% endblock page %} {% block javascripts %} {{ parent() }} {% endblock %}