{% extends "forthewing/base.html" %} {% load url from future %} {% load i18n static %} {% block page_title %}{% trans 'Confirm delete' %}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans 'Your order will be deleted' %}
{% endblock %}