{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete Filter Group" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Are you sure you want to delete this filter group and all of its filters?" %}

{% trans 'Back' %}
{% endblock %}