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