{% include "generic/exam_candidate_headers.html" %}

CID Users

{% if groups %} Users from the following groups are available: {% for group in groups %}{{group}}, {% endfor %} . {% else %} This exam is not associated with any user groups. Edit and add a group to enable user management. {% endif %}
    {% for cid in current_cid_users %}
  1. {{cid.cid}} [{{cid.passcode}}] {{cid.name}} / Email: {{cid.email}}
  2. {% endfor %} {% for cid in available_cid_users %}
  3. {{cid.cid}} [{{cid.passcode}}] {{cid.name}} / Email: {{cid.email}}
  4. {% endfor %}
{% comment %} Hide the toggle button if there are no users (to add or remove) {% endcomment %}

{% if current_cid_users or available_cid_users %} {% endif %}