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

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

<p>Number of missing final experiment marks: {{ number_of_missing_final_experiment_marks }}</p>

{{super()}}
{% endblock %}