{# -*- engine:django -*- #} {% extends 'core/base_print.html' %} {% load i18n static %} {% block extra_head %} {% endblock %} {% block browser_title %}{% blocktrans %}Print: Substitutions{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Substitutions{% endblocktrans %}{% endblock %} {% block content %} {% for day, c in days.items %}
{% blocktrans %}Groups{% endblocktrans %} | {% blocktrans %}Time{% endblocktrans %} | {% blocktrans %}Teachers{% endblocktrans %} | {% blocktrans %}Subject{% endblocktrans %} | {% blocktrans %}Room{% endblocktrans %} | {% blocktrans %}Notes{% endblocktrans %} | |
---|---|---|---|---|---|---|
{% blocktrans %}No substitutions available.{% endblocktrans %} |
||||||
{% include "chronos/partials/subs/groups.html" with el=item.el.REFERENCE_OBJECT %} | {% include "chronos/partials/subs/period.html" with el=item.el %} | {% include "chronos/partials/subs/teachers.html" with el=item.el.REFERENCE_OBJECT %} | {% include "chronos/partials/subs/subject.html" with el=item.el.REFERENCE_OBJECT %} | {% include "chronos/partials/subs/rooms.html" with el=item.el.REFERENCE_OBJECT %} | {% include "chronos/partials/subs/badge.html" with el=item.el.REFERENCE_OBJECT %} {% include "chronos/partials/subs/comment.html" with el=item.el.REFERENCE_OBJECT %} |