BVplan

dergrimm.net
{{ data.tenant }}, {{ data.schoolyear }}
Stand: {{ data.queried_at }}
Untis: {{ data.last_import_time }}
{% for subst in data.substitutions %} {% endfor %}
{{ data.date }}, Woche {{ data.week_type }}
Stunde Klasse(n) (Fach) Fach Vertreter (Raum) Raum Text
{{ subst.period }} {{ subst.classes|join(", ") }} {% match subst.prev_subject %} {% when Some with (x) %} {{ x }} {% when None %} --- {% endmatch %} {% match subst.subject %} {% when Some with (x) %} {{ x }} {% when None %} --- {% endmatch %} {% match subst.teachers %} {% when Some with (x) %} {{ x|join(", ") }} {% when None %} --- {% endmatch %} {% match subst.prev_room %} {% when Some with (x) %} {{ x }} {% when None %} --- {% endmatch %} {% match subst.room %} {% when Some with (x) %} {{ x }} {% when None %} --- {% endmatch %} {% match subst.text %} {% when Some with (x) %} {{ x }} {% when None %} {% endmatch %}