{% extends "quiz/base.html" %} {% load i18n %} {% block "title" %}{{ request.current_quiz.name }}{% endblock %} {% block "header" %}{{ request.current_quiz.name }}{% endblock %} {% block "body" %}
{{ request.current_quiz.description|safe }}
{% trans "Start the test!" %} {% endblock %}