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 %}
{% if current_cid_users or available_cid_users %}
{% endif %}
{% include 'generic/partials/cid_user_list.html' with exam=exam current_cid_users=current_cid_users available_cid_users=available_cid_users %}