2022-03-03 03:13:06 +01:00
|
|
|
{% from "macros.html" import information %}
|
|
|
|
{% extends "admin/model/details.html" %}
|
|
|
|
|
|
|
|
{% block body %}
|
2022-03-19 22:21:45 +01:00
|
|
|
{{information(current_user, userActiveSemester, role="admin")}}
|
|
|
|
{{ super() }}
|
2022-03-03 03:13:06 +01:00
|
|
|
{% endblock %}
|