Exams
The group is associated with these exams. Adding the group to an exam helps add members quickly but does not grant automatic access.
{% if group_type == "cid" %}
Add more
here.
{% else %}
Add more
here.
{% endif %}
{% with group.GetGroupExams as exam_map %}
{% for key, value in exam_map.items %}
{{ key }}
{% for exam in value %}
{% if group_type == "cid" %}
{% else %}
{% endif %}
{% if group_type == "cid" %}
(Cid candidate count: {{ exam.valid_cid_users.count }})
{% else %}
(User candidate count: {{ exam.valid_user_users.count }})
{% endif %}
{% endfor %}
{% endfor %}
{% endwith %}