{% extends "modal.html" %} {% load i18n %} {% block header %} {% blocktrans with id=order.code%}Really delete order {{ id }}? {% endblocktrans %} {% endblock header %} {% block body %}

{% trans "This will also delete all the order's notes. This action cannot be undone." %}

{% endblock body %} {% block footer %}
{% csrf_token %}
{% endblock footer %}