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}}
  2. {% endfor %} {% for user in available_user_users %}
  3. {{user.username}} / Email: {{user.email}}
  4. {% endfor %}