{% from "macros.jinja.html" import information %}
{% extends "admin/model/details.html" %}

{% block body %}
    {{ information(current_user, active_semester_str, role="admin") }}

    {{ super() }}

    {{ footer|safe }}
{% endblock %}