{% extends "base.html" %} {% load static %} {% block title %}Delete Alert Instance - Communications{% endblock %} {% block content %}

Delete Alert Instance Confirmation Required

Confirm Alert Deletion

Warning

You are about to delete this alert instance. This action cannot be undone.

Alert Details:
Title: {{ object.title }}
Severity: {{ object.get_severity_display }}
Status: {{ object.get_status_display }}
Triggered: {{ object.triggered_at|date:"M d, Y H:i" }}
{% csrf_token %}
Cancel
{% endblock %}