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

Number of missing final experiment marks: {{ number_of_missing_final_experiment_marks }}

{{ super() }} {{ footer|safe }} {% endblock %}