{% extends "../base.html" %} {% load crispy_forms_tags i18n %} {% block extratitle %}{% translate "Deleting" %} {{ group.name }} - {% endblock %} {% block content %}

{% translate "Deleting" %} {{ group.name }}

{% translate "Are you sure you want to delete:" %} {{ group.name }}?

{% csrf_token %} {% translate "Go back" %}
{% endblock content %}