{% extends "course/course-base.html" %} {% load i18n %} {% block title %} {{flow_desc.title}} - {{ relate_site_name }} {% endblock %} {% block content %}
{% 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:" %}