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. {{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

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