{% extends 'autodidact/session_base.html' %} {% block content %}

{{students|length}} students attended session {{session.nr}} in the past {{days}} day{{days|pluralize}}

{% include 'autodidact/include/progresses.html' %}
{% endblock %}