{% extends "modal.html" %} {% load i18n %} {% block header %} {% trans "Remove this customer from the order?" %} {% endblock header %} {% block body %} {% trans "This will not delete the customer from the database." %} {% endblock body %} {% block footer %}
{% csrf_token %}
{% endblock footer %}