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

{{ _("Bulk Authorization") }}

{{ _("Only the checked users will be authorized for the chosen machines. Unselected users will keep their current authorizations.") }}
{% for user in users %}
{% endfor %}
{% endblock %} {% block extra_css %} {% endblock %}