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