{% extends "course/course-base.html" %} {% load i18n %} {% block title %} {{flow_desc.title}} - {% trans "RELATE" %} {% endblock %} {% block content %}

{% trans "End Session" %} '{{flow_desc.title}}'?

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

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

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