{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

{% trans "Bulk Set User Flags" %}

{% csrf_token %} {{ form.as_table }}

Paste user IDs separated by commas or new lines, choose a configured flag, then enable or disable it for the listed users.

{% endblock %}