{% include 'partials/header.html' %}

Vertretungen

{% include "timetable/datepicker.html" %}
{{ date|date:"l, j. F Y" }}
{% for sub in sub_table %} {% endfor %}
people access_time Lehrer Fach Raum Hinweis
{{ 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:"" }} {% if sub.badge %} {{ sub.badge }} {% endif %}
{% include 'partials/footer.html' %}