{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block title %} {% trans "Delete Offer Group" %} | {% trans "Offer Groups" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ object.name }} {% endblock %} {% block dashboard_content %}

{% trans "Delete Offer Group?" %}

{% csrf_token %}

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

{% if object.offers.count %}

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

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