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

The progress of {{student.uvt_user.full_name}} ({{student.uvt_user.first_name}}):

{% include 'autodidact/include/progress.html' %}

The answers of {{student.uvt_user.first_name}}:

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