{% extends "modal.html" %} {% load i18n %} {% block header %} {% trans "Delete customer group?" %} {% endblock header %} {% block body %} {% trans "This action will not delete the customers in this group." %} {% endblock body %} {% block footer %}
{% csrf_token %}
{% endblock footer %}