{% extends 'auth_layout.html' %} {% block content %} {% if context.message %}
{{ context.message }}
{% endif %}
Back Download CSV Template

CSV Import ILS Users

ILS users can be loaded using a comma delimited CSV file.

If users already exist in the database, they will be updated with the information provided in the CSV file.

{% endblock %}