{% extends 'staff_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Bulk update users' %}

{% csrf_token %}

{% blocktranslate %}Upload a text file containing one user per line formatted as "username,email". Users in this file will be updated or created. All users that are not in this file will be deleted if possible. If they can't be deleted they will be marked inactive.{% endblocktranslate %}

{% include 'bootstrap_form.html' with form=form %}
{% if not test_passed %} {% else %} {% endif %}
{% endblock %}