{% extends 'spire/card/title_card.html' %} {% block card_title %} Permissions {% endblock %} {% block card_title_content %} {% include 'spire/element/divider_element.html' with divider_title='Groups' %}
Adding a user to a group will assign them permissions allocated to this group.
{% include 'spire/element/divider_element.html' with divider_title='Add Group' %} {% include 'django_glue/form/glue_field/char_field.html' with label='Group Name' x_model_value='group.name' %}
{% include 'spire/button/secondary_outlined_button.html' with button_text='Add Group' %}
{% endblock %}