{% extends 'dashboard/layout.html' %} {% load url from future %} {% load i18n %} {% block body_class %} create-page {% endblock %} {% block title %} {% trans "Delete offer" %} | {% trans "Offer management" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ offer.name }} {% endblock %} {% block dashboard_content %}
{% csrf_token %}

{% trans "Are you sure you want to delete this offer?" %}

{% trans "or" %} {% trans "cancel" %}
{% endblock dashboard_content %}