{% extends 'base.html' %} {% load group_filters %} {% load static %} {% block css %} {% endblock %} {% block content %}

abu's nremarkable roup

{% if deleted == False %}

Do You Really Want To Delete This Group?

{% csrf_token %} No
{% elif group_found == False %}
Oops! The group you are looking for was not found :P
{% elif deleted == True %}
group "{{ group.name }}" was successfully deleted! Go Back To Groups
{% endif %} {% endblock %}