{% extends "base.html" %} {% load i18n %} {% load quiz_tags %} {% block title %} {{ quiz.title }} {% endblock %} {% block description %} {{ quiz.title }} - {{ quiz.description }} {% endblock %} {% block content %} {% if user.is_authenticated %}

{% trans "You have already sat this exam and only one sitting is permitted" %}.

{% else %}

{% trans "This exam is only accessible to signed in users" %}.

{% endif %} {% endblock %}