{% extends "groups_manager/bootstrap3/group.html" %} {% block main_content %} {% block breadcrumbs %} {{ block.super }}
  • Delete
  • {% endblock breadcrumbs %} {% block content %}

    Delete group

    {{ group }}

    Are you sure you want to delete this group?

    All relations that involve this group will be deleted too.

    {% csrf_token %} Back to details
    {% endblock content %} {% endblock main_content %}