{% from "macros.jinja.html" import information %} {% extends "admin/master.html" %} {% block body %} {{ information(current_user, active_semester_str, role="admin")}}

This page shows an analysis of all marks of all assistants with an active user.
The marks are from all semesters, not only the active semester.


{% for histInd in histIndices %}
{% endfor %} {% endblock body %}