{% extends 'generic/base.html' %} {% block content %} {% if created_users %}
The following users have been created: {{created_users}}
{% endif %} {% if error %}
{{error}}
{% endif %} {% if message %}
{{message}}
{% endif %}

Prepare a spreadsheet with the following format.
First nameLast nameEmailGradeSupervisorSupervisor email
name 1last name 1email1@email.comST1supervisor 1Supervisor@email.com
name 2last name 2email2@email.comST2supervisor 2Supervisor2@email.com
On your spreadsheet then "copy" the data (not including header), come to this page, put focus on the <textarea> box and "paste" the text in. In some instance (large data sets) this might take a couple of seconds. Once there simply click the button and check the users that will be created below.

Please note users created this way bypass some of the validations so check details such as email addresses are correct


{% csrf_token %}
{% endblock content %}