{# -*- 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 %} {% trans "Back" %} {% blocktrans with group=group %}Students list: {{ group }}{% endblocktrans %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% include "alsijil/partials/persons_with_stats.html" with persons=persons %} {% include "alsijil/partials/legend.html" %} {% endblock %}