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