{% extends "public/content.html" %} {% block headtitle %}{{ exam_form }}{% endblock %} {% block left_content %}{% endblock %} {% block title %}

{{ exam_form }}

{% endblock %} {% block content %}
{{ exam_form.introduction|safe }}

{% if th_applications %}

You have applications in progress, please click the below to resume, or to restart.

{% for application in th_applications %}

Started {{ application.start_time|date:'H:i d/m/Y' }}

Continue Restart Remove

{% endfor %} {% endif %}

Start New Application

{% endblock %}