{% extends "admin/formative/confirmation.html" %} {% load i18n %} {% block cardtitle %} {% trans 'CSV File Import' %} {% endblock %} {% block cardcontent %}

Users in the uploaded CSV file will be created as non-staff Django users. If a usernames already exists, that user will not be modified.

The column order must be as follows: email*, username*, password, first_name, last_name.

{{ form.as_p }} {% endblock %} {% block form_attributes %}enctype="multipart/form-data"{% endblock %} {% block formcontrols %}
{% trans "Cancel" %}
{% endblock %}