{% extends 'generic/base.html' %} {% block content %}

Group: {{group.name}}

Help

This page shows an overview of the candidates and exams that are associated with the group.

Once a candidate has been added to a group and the group has been added to an exam individual candidates can be allocated to the exam. Please note: simply adding the group to the exam will not automatically give the group candidates access to that exam, they will have to be added individually/as a group.

Users

Count: {{users|length}}

{% if users %} {% if group_type == "cid" %} {% else %} {% endif %} {% for user in users %} {% if group_type == "cid" %} {% else %} {% endif %} {% endfor %}
EmailCIDPasscode
User
{{user.email}}{{user.cid}}{{user.passcode}}
{{user.username}}
{% else %} This group has no users. {% if group_type == "cid" %} They can be created (or added) here {% endif %} {% endif %}

Exams

The group is currently associated with the following exams {% with group.GetGroupExams as exam_map %} {% for key, value in exam_map.items %}

{{key}}

{% endfor %} {% endwith %} {% endblock %} {% block js %} {% endblock %}