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