2021-07-30 00:03:44 +00:00
|
|
|
{% from "macros.html" import information %}
|
|
|
|
{% extends "admin/model/edit.html" %}
|
|
|
|
|
|
|
|
{% block body %}
|
2022-02-24 00:10:04 +00:00
|
|
|
{{information(current_user, userActiveSemester, role="assistant")}}
|
|
|
|
{{ super() }}
|
2021-07-30 00:03:44 +00:00
|
|
|
{% endblock %}
|