{% extends 'myapp/base.html' %} {% block title %}Delete Group{% endblock %} {% block content %}
{{ error }}
Are you sure you want to delete the group "{{ group.name }}"?
Group not found.
Back to Group List