{% load common %} {% include 'partials/paper/header.html' %} {% for c in days %}

Vertretungen {{ c.date|date:"l, j. F Y" }}

{% include "timetable/hintsinsubprint.html" %}
{% if c.header_info.is_box_needed %} {% for row in c.header_info.rows %}
{{ row.0 }}
{{ row.1 }}
{% endfor %} {% endif %}
{% if not c.sub_table %} {% endif %} {% set color_background = 1 %} {% set last_classes = "" %} {% for sub in c.sub_table %} {# Color groups of classes in grey/white #} {% if last_classes != sub.classes %} {% if color_background %}{% set color_background = 0 %} {% else %}{% set color_background = 1 %} {% endif %} {% endif %} {% set last_classes = sub.classes %} {% endfor %}
people access_time Lehrer Fach Raum Hinweis

Keine Vertretungen vorhanden

{{ sub.classes }} {{ sub.lesson }} {% include "timetable/subs/teacher.html" %} {% include "timetable/subs/subject.html" %} {% include "timetable/subs/room.html" %} {% if sub.badge %} {{ sub.badge }} {% endif %} {{ sub.text|default:"" }}
{% endfor %} {% include 'partials/paper/footer.html' %}