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

{% block body %}
{{information(current_user, userActiveSemester, role="assistant")}}
{{ super() }}
{% endblock %}