{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block title %} {% trans "Delete condition" %} | {% trans "Conditions" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ object.name }} {% endblock %} {% block dashboard_content %}

{% trans "Delete Condition?" %}

{% csrf_token %}

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

{% if object.offers.count %}

{% trans "Deleting this condition will also delete the following offers:" %}

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