{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} create-page users{% endblock %} {% block title %} {% blocktrans with id=alert.id %} Alert #{{ id }} {% endblocktrans %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% blocktrans with id=alert.id %} Delete alert #{{ id }}? {% endblocktrans %} {% endblock %} {% block dashboard_content %}

{% blocktrans with id=alert.id %} Product alert #{{ id }} {% endblocktrans %}

{% include 'oscar/dashboard/users/alerts/partials/alert.html' %}
{% csrf_token %}

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

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