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

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 user in current_user_users %}
  1. {{user.username}} / Email: {{user.email}} {% if user.userprofile.grade %} [{{user.userprofile.grade}}] {% endif %} {% if request.user.is_superuser %} {% endif %}
  2. {% endfor %} {% for user in available_user_users %}
  3. {{user.username}} / Email: {{user.email}} {% if user.userprofile.grade %} [{{user.userprofile.grade}}] {% endif %} {% if request.user.is_superuser %} {% endif %}
  4. {% endfor %}
{% comment %} Hide the toggle button if there are no users (to add or remove) {% endcomment %}

{% if current_user_users or available_user_users %} {% endif %}