{% extends 'EspaceEtudiant/base_etudiant.html' %} {% load static %} {% load widget_tweaks %} {% load custom_tag %} {% block page_title %}{% endblock page_title %} {% block content %} {% load unicorn %} {% unicorn_scripts %}
| DATE | TYPE | DUREE | SALLE | MATIERES | ENSEIGNANT | |
|---|---|---|---|---|---|---|
| DATE | TYPE | DUREE | SALLE | MATIERES | ENSEIGNANT | |
| {{ seance.date|date:'d-m-Y' }} | {{ seance.type_cours }} | {{ seance.debut|time:'G:i' }} - {{ seance.fin|time:'G:i' }} ({{seance|get_duration_between}}) | {{ seance.salle.libelle }} | ({{ seance.ecue.code }}) {{ seance.ecue.libelle }} | {{ seance.enseignant }} | {% include 'EspaceEtudiant/parts/modal_seance_confirm.html' %} |