{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% load static %} {% block title %} {% translate "Delete group" %} {% endblock %} {% block content %}
{% csrf_token %} {{ form|as_crispy_errors }}

{% blocktrans %}Are you sure you want to delete the group "{{ group }}"?{% endblocktrans %}

{% translate "Back" %}
{% endblock %}