{% block sidebar %}
{# This just gives an overview about what has been done already #}
{% include "core/r/progress_card.html" %}
{# Only a list of tutors. Currently no controls available #}
{% include "core/r/tutor_list_card.html" %}
{% endblock sidebar %}