{% extends "admin/systemusers/systemuser/create_link.html" %} {% load i18n l10n %} {% load url from future %} {% load admin_urls static utils %} {% block introduction %} Set permissions for {% for user in queryset %}{{ user.username }}{% if not forloop.last %}, {% endif %}{% endfor %} system user(s). {% endblock %} {% block prefields %}
{{ form.set_action.help_text|safe }}
{{ form.permissions.help_text|safe }}