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

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

{% if unanswered_count %}
{% trans "You have left the following question(s) unanswered:" %}
{% endif %} {% if required_count %}

{% blocktrans trimmed %} There were {{required_count}} grading questions. {% endblocktrans %} {% if answered_count == required_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" %} {% if unanswered_count %} {% trans "Confirm: Submit answers and end session" %} {% else %} {% endif %}
{% if unanswered_count %} {% endif %} {% endblock %}