{% from "macros.jinja.html" import information %}
{% extends "base.jinja.html" %}

{% block pre_content %}
    {{ information(current_user, active_semester_str, role="admin")}}

    <hr>
{% endblock %}