{% 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 : {{ term.cls.school.description }}. Classe : {{ term.cls.description }}. Retour au tableau de bord

Colloscope : {{ term.description }}

Changer de période :
{% if request.GET.term %} Exporter le colloscope {% else %} Exporter le colloscope {% endif %}
{% for _ in weeks %} {% endfor %} {% for n in weeks %} {% endfor %} {% for monday in mondays %} {% endfor %} {% for c, rs in colles %} {% for sem, exists, r, is_edited, groups in rs %} {% if exists %} {% if is_edited %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %}
Matière Jour Heure Colleur Salle{{ n }}
{{ monday | strftime:"%d/%m/%y" }}
{{ c.subject.description }} {{ days | getitem:c.day }} {{ c.time | strftime:"%H:%M" }} {{ c.colleur }} {{ c.room }}{{ groups | join:"," }}{{ groups | join:"," }}
{% endblock main %}