{% extends "user_groups/base.html" %} {% load user_group_tags %} {% load perm_tags %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% blocktrans %}Deleting the group {{ object_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}
{% blocktrans %}Deleting the group {{ object_name }} would require deleting the following protected related objects:{% endblocktrans %}
{% blocktrans %}Are you sure you want to delete the group {{ object_name }}? All of the following objects and their related items will be deleted:{% endblocktrans %}