2021-07-30 00:03:44 +00:00
|
|
|
{% from "macros.html" import information %}
|
|
|
|
{% extends "admin/model/create.html" %}
|
|
|
|
|
|
|
|
{% block body %}
|
2022-05-16 23:28:50 +00:00
|
|
|
{{information(current_user, active_semester_repr, role="assistant")}}
|
2022-03-19 21:21:45 +00:00
|
|
|
{{ super() }}
|
|
|
|
{% endblock %}
|