{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n rules material_form %} {% block browser_title %}{% blocktrans %}Instructions{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Instructions{% endblocktrans %}{% endblock %} {% block nav_content %}
{% endblock %} {% block content %}{% for instruction in object_list %} | {{ instruction.name }} | {% endfor %}
---|---|
{{ group.name }} | {% for instruction, el in instructions.items %} {% with done=el.0 docs=el.1 %}{% if done %}check{% else %}clear{% endif %} {% for doc in docs %} {{ doc.date }}, {{ doc.register_object.teacher_short_names }}{% if not forloop.last %};{% endif %} {% endfor %} | {% endwith %} {% endfor %}