{% extends 'autodidact/session_base.html' %}
{% block content %}
The progress of student “{{student.username}}”:
{% include 'autodidact/include/progress.html' %}
The answers of student “{{student.username}}”:
{% include 'autodidact/include/answers.html' %}
{% endblock %}