{% extends "base.html" %} {% load extras %} {% block title %}Colloscope{% endblock title %} {% block header %}
Lycée : {{ periode.classe.lycee.libelle }}. Classe : {{ periode.classe.libelle }}.
Matière | Jour | Heure | Colleur | Salle | |||
---|---|---|---|---|---|---|---|
{{ lundi | strftime:"%d/%m/%y" }} | {% endfor %}|||||||
{{ c.matiere.libelle }} | {{ jours | getitem:c.jour }} | {{ c.heure | strftime:"%H:%M" }} | {% if c.colleur.civilite == "M" %} M. {% else %} Mme {% endif %} {{ c.colleur.nom | upper }} | {{ 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 %} |