CID candidates

{% if cid_users %}

{{cid_user_count}} CID candidates.

    {% for cid in cid_users %}
  1. {{cid.cid}} [{{cid.passcode}}]
    {{cid.name}}
    Email: {{cid.email}}
  2. {% endfor %}
{% else %}

This exam has no CID candidates. Add some with the below link.

{% endif %} Edit Exam CIDs

User candidates

{% if user_users %}

{{user_user_count}} User candidates.

    {% for user in user_users %}
  1. {% if request.user.is_superuser %} {% endif %} {{user.username}}
    Email: {{user.email}}
  2. {% endfor %}
{% else %}

This exam has no User candidates. Add some with the below link.

{% endif %} Edit Exam Users

{% if user_exam_data %}

Submitted candidates

The following candidate submissions have been received. Candidates with submissions will be shown in green above.

{% endif %} Exam history {% block js %} {% endblock js %} {% block css %} {% endblock css %}