{% from "macros.jinja.html" import information, render_footer %} {% extends "admin/model/details.html" %} {% block body %} {{ information(current_user, active_semester_str, role="assistant") }} {{ super() }} {{ render_footer(footer) }} {% endblock %}