{% extends 'dashboard/layout.html' %} {% load i18n %} {% block body_class %}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 %} {% include 'dashboard/users/alerts/partials/alert.html' %}
{% csrf_token %}

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

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