{% extends 'core/base.html' %} {% load i18n static %} {% block extra_head %} {% endblock %} {% block content %}

{% trans "Substitutions" %}

{% if header_info.is_box_needed %}
{% for row in header_info.rows %}
{{ row.0 }}
{{ row.1 }}
{% endfor %}
{% endif %} {# {% include "chronos/hintsinsub.html" %}#}
{% include "chronos/partials/datepicker.html" %}
{{ day|date:"l, j. F Y" }}
{% if not substitutions %} {% endif %} {% for sub in substitutions %} {# TODO: Extend support for blue and purple (supervisions and events) #} {% endfor %}
people access_time {% trans "Teacher" %} {% trans "Subject" %} {% trans "Room" %} {% trans "Notes" %}

{% blocktrans %}No substitutions available.{% endblocktrans %}

{% include "chronos/partials/groups.html" with groups=sub.lesson_period.lesson.groups.all %} {{ sub.lesson_period.period.period }}. {% include "chronos/partials/subs/teachers.html" %} {% include "chronos/partials/subs/subject.html" %} {% include "chronos/partials/subs/room.html" %} {% if sub.badge %} {{ sub.badge }} {% endif %} {{ sub.text|default:"" }} {% if sub.badge %} {{ sub.badge }} {% endif %}
{% endblock %}