{% from "macros.html" import information %} {% extends "admin/model/create.html" %} {% block body %} {{ information(current_user, active_semester_repr, role="admin") }} {{ super() }} {{ footer|safe }} {% endblock %}