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

You have already sat this exam and only one sitting is permitted.

{% else %}

This exam is only accessible to signed in users.

{% endif %} {% endblock %}