{% extends 'core/base.html' %} {% load i18n %} {% 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/datepicker.html" %}
{{ day|date:"l, j. F Y" }}
{% if not substitutions %} {% endif %} {% for sub in substitutions %} {% endfor %}
people access_time {% trans "Teacher" %} {% trans "Subject" %} {% trans "Room" %} {% trans "Notes" %}

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

{% for group in sub.lesson_period.get_groups.all %} {# {{ sub.lesson_period.get_groups|join:"," }}#} {{ group.short_name }} {% endfor %} {{ sub.lesson }} {% include "chronos/subs/teacher.html" %} {% include "chronos/subs/subject.html" %} {% include "chronos/subs/room.html" %} {% if sub.badge %} {{ sub.badge }} {% endif %} {{ sub.text|default:"" }} {% if sub.badge %} {{ sub.badge }} {% endif %}
{% endblock %}