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

{% block body %}
{{ information(current_user, userActiveSemester, role="assistant") }}
<h3>Welcome back!</h3>
{{super()}}
{% endblock %}