{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block "title" %}{{ result.quiz.name }}{% endblock %} {% block "header" %}{{ result.quiz.name }}{% endblock %} {% block "body" %}

{{ result.title }}

{{ result.text|safe }}
{% if valid %} {% if previous_url %} {% trans "Back to last question" %} {% endif %} {% else %} {% if valid_url %} {% trans "Back to my test" %} {% endif %} {% endif %} {% trans "Start from the beginning" %} {% endblock %}