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

    {% if group_entity %} Edit "{{ group_entity }}" {% else %} Create Group Entity {% endif %}

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