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

{% if object %}Update{% else %}Create{% endif %} group

{% csrf_token %} {{ form }}

{% if object %} {% else %} {% endif %} Cancel

{% endblock %}