{% extends 'generic/base.html' %} {% load crispy_forms_tags %} {% load render_table from django_tables2 %} {% block content_container_class %}container-fluid content-wide px-3{% endblock %} {% block css %} {% endblock %} {% block content %}
{% render_table table %}
{% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %}

Add/Edit CID users

Groups

Edit existing users

Users can be edited using the below buttons once they have been selected in the table. If you need to add a group to a user(s) select it above. Once a CID user is part of a group they can be added to exams via the exam candidate page.

Create New Users

New CID users can be created by the two below buttons. If you want to create blank users you can specify the number in the associated box and click the relevant button. If you have a list of email addresses you can enter them in the relevant box and click "Add New Users From Email" and a new user will be created for each user (you do not need to specify the number of users). Ideally you will have already created a CID user group that you can add to the newly generated users using the above select box.


or

Edit CID exams

This should be done via the exams pages one via group management.

Select exams below to add user(s) to (or edit existing user(s)).

Physics Exams
Rapid Exams
Sba Exams
Long Exams
Anatomy Exams
Shorts Exams
CaseCollection Exams
{% endblock %} {% block js %} {% comment %} {% endcomment %} {% endblock %}