{% extends "groups_manager/group.html" %} {% 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 "django_helper_forms/forms/form_template.html" %} {% include "django_helper_forms/forms/form_template_bottom.html" %}
    {% endblock content %}