{# Confirm the deletion of a usergroup #} {% extends "index.html" %} {% load i18n %} {% load skd_templatetools %} {% block menu %} {% with "usergroups" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans %} Do you really want to delete the following usergroup: {% endblocktrans %}

{% object_table object %}
{% trans 'No' %}  
{% endblock content %}