{% extends 'base.html' %} {% block content %} {% with object.realm_group.realm as realm %}

Delete group

{% csrf_token %}

Do you really want to delete this group?

Cancel

{% endwith %} {% endblock %}