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

{% block body %}
    {{ information(current_user, active_semester_repr, role="assistant") }}

    <hr>

    {% include "docs/assistant.html" %}

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