{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block "body" %}

{{ result.title }}

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