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>
15 {{ result.text|safe }}
22 <a class='big-button' href='{{ previous_url }}'>{% trans "Back to last question" %}</a>
26 <a class='big-button' href='{{ valid_url }}'>{% trans "Back to my test" %}</a>
31 <a class='big-button' href='{% url "quiz" %}'>{% trans "Start from the beginning" %}</a>