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

    {% if group_type %} Edit "{{ group_type }}" {% else %} Create Group Type {% endif %}

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