{% extends 'admin/layouts/base.html' %} {% block title %}Add Group{% endblock %} {% block content %}
Add New Group

Create a new user group with permissions

{% if success %}
Group created!
{% endif %} {% if errors %}
{{ errors }}
{% endif %}
Unique name for the group
Inactive groups cannot be assigned to users
Back
{% endblock %}