{% extends "base.html" %} {% load static %} {% load extras %} {% block title %}Colloscope{% endblock title %} {% block head %} {% endblock head %} {% block header %}
Lycée : {{ periode.classe.lycee.libelle }}. Classe : {{ periode.classe.libelle }}. Retour au tableau de bord
Matière | Jour | Heure | Colleur | Salle | {% for n in semaines %}{{ n }} | {% endfor %}||
---|---|---|---|---|---|---|---|
{{ lundi | strftime:"%d/%m/%y" }} | {% endfor %}|||||||
{{ c.matiere.libelle }} | {{ jours | getitem:c.jour }} | {{ c.heure | strftime:"%H:%M" }} | {{ c.colleur }} | {{ c.salle }} | {% for sem, exists, r, est_modifiee, groupes in rs %} {% if exists %} {% if est_modifiee %}{{ groupes | join:"," }} | {% else %}{{ groupes | join:"," }} | {% endif %} {% else %}{% endif %} {% endfor %} |