{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} Delete offer #{{ offer.id }}? | Offer management | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block dashboard_content %}
{% csrf_token %}
Name{{ offer.name }}
Description{{ offer.description }}
Start date{{ offer.start_date }}
End date{{ offer.end_date }}
Condition {{ offer.condition.description }}
Benefit{{ offer.benefit.description }}
or cancel
{% endblock dashboard_content %}