{% 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 %}
{% if current_user_users or available_user_users %} {% endif %}
Sort by:
{% include 'generic/partials/user_user_list.html' with exam=exam current_user_users=current_user_users available_user_users=available_user_users %}

{{ user_search_widget|default:''|safe }}