{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_group_form{% endblock %} {% block form_action %}{% url 'horizon:identity:groups:create' %}{% endblock %} {% block modal-header %}{% trans "Create Group" %}{% endblock %} {% block modal-body %}
{% trans "Groups are used to manage access and assign roles to multiple users at once. After creating the group, edit the group to add users." %}