1 {% extends "base.html" %}
3 {% load url from future %}
6 {% block "title" %}{{ result.quiz.name }}{% endblock %}
7 {% block "header" %}{{ result.quiz.name }}{% endblock %}
12 <h2>{{ result.title }}</h2>
16 {{ result.text|safe }}
24 <a class='button' href='{{ previous_url }}'>{% trans "Back to last question" %}</a>
28 <a class='button' href='{{ valid_url }}'>{% trans "Back to my test" %}</a>
33 <a class='button' href='{% url "quiz" %}'>{% trans "Start from the beginning" %}</a>