{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load static time_helpers data_helpers week_helpers i18n %} {% block browser_title %}{% blocktrans with group=group %}Students list: {{ group }}{% endblocktrans %}{% endblock %} {% block page_title %} chevron_left {% trans "Back" %} {% blocktrans with group=group %}Students list: {{ group }}{% endblocktrans %} view_week {% trans "Week view" %} print {% trans "Generate printout" %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

view_week {% trans "Week view" %}

print {% trans "Generate printout" %}

{% include "alsijil/partials/persons_with_stats.html" with persons=persons %} {% include "alsijil/partials/legend.html" %} {% endblock %}