{% extends 'base.html' %} {% block content %}

Start exam: {{ exam }}

{% if exam.time_limit %} This exam has a time limit of {{ exam.get_time_limit }}. The time will start when you click the Start Exam button below.
{% endif %} {% if request.user.is_authenticated and valid_user %} {% else %} Enter your CID and passcode in the below boxes.

{% endif %} {% include "sbas/exam_take_help.html" %} {% endblock %}