{% extends 'base.html' %} {% load i18n %} {% block title %} {{ quiz.title }} {% endblock %} {% block content %}

{{ quiz.title }}

{% trans "Category" %}: {{ quiz.category }}

{% if quiz.single_attempt %}

{% trans "You will only get one attempt at this quiz" %}.

{% endif %}

{{ quiz.description }}

{% trans "Start quiz" %}

{% endblock %}