{% from "macros.html" import information %} {% extends "admin/model/edit.html" %} {% block body %} {{information(current_user, active_semester, role="assistant")}} {{ super() }} {% endblock %}