{% extends "base.html" %} {% block title %} | Create new usergroup{% endblock %} {% block main %}

Create new user group

{% csrf_token %}
You can add users after you saved the group.
Cancel
{% endblock %} {% block libraries %} {% endblock %}