{% from "macros.jinja.html" import information, render_footer %}
{% extends "admin/model/edit.html" %}

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

    {{ super() }}

    {{ render_footer(footer) }}
{% endblock %}