{% extends "course/course-base.html" %} {% block title %} {{flow_desc.title}} - CourseFlow {% endblock %} {% block content %}

End Session '{{flow_desc.title}}'?

{% if unanswered_count %}
You have left questions unanswered.
{% endif %} {% if total_count %}

There were {{total_count}} questions. {% if answered_count == total_count %} You have provided an answer for all of them. {% else %} You have answered {{answered_count}} and left {{unanswered_count}} unanswered. {% endif %}

{% endif %} If you choose to end your session, the following things will happen:
{% csrf_token %} « Go back
{% endblock %}