{% extends "groups_manager/bootstrap3/group.html" %} {% block main_content %} {% block breadcrumbs %} {{ block.super }}
  • {% if group %} Edit {% else %} Add {% endif %}
  • {% endblock breadcrumbs %} {% block content %}

    {% if group %} Edit "{{ group }}" {% else %} Create Group {% endif %}

    {% csrf_token %} {% include "groups_manager/bootstrap3/form_template.html" %}
    {% if group %} Cancel {% else %} Cancel {% endif %}
    {% endblock content %} {% endblock main_content %}