{% extends "base.html" %} {% load static %} {% load extras %} {% block title %}Colloscope{% endblock title %} {% block head %} {% endblock head %} {% block header %}

Colloscope

{% endblock header %} {% block main %}

Lycée : {{ periode.classe.lycee.libelle }}. Classe : {{ periode.classe.libelle }}. Retour au tableau de bord

Colloscope : {{ periode.libelle }}

Exporter le colloscope
{% for _ in semaines %} {% endfor %} {% for n in semaines %} {% endfor %} {% for lundi in lundis %} {% endfor %} {% for c, rs in rotations %} {% for sem, exists, r, est_modifiee, groupes in rs %} {% if exists %} {% if est_modifiee %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %}
Matière Jour Heure Colleur Salle{{ n }}
{{ lundi | strftime:"%d/%m/%y" }}
{{ c.matiere.libelle }} {{ jours | getitem:c.jour }} {{ c.heure | strftime:"%H:%M" }} {{ c.colleur }} {{ c.salle }}{{ groupes | join:"," }}{{ groupes | join:"," }}
{% endblock main %}