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

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