{% extends 'admin/base.html' %} {% block content %}

Generate External IDs in bulk

This form will generate external IDs for a set of Users based on the provided CSV file. The file should contain a header labeled "ID" and then a list of numeric IDs, one row per ID.

{{ form.as_p }} {% csrf_token %} Cancel

{% endblock %}