{% from "macros.html" import information %}
{% extends "admin/master.html" %}

{% block body %}
    {{ information(current_user, active_semester_str, role=role) }}

    <hr>

    {% include "docs/" + role + ".html" %}

    {{ footer|safe }}
{% endblock body %}