{% extends "base.html" %} {% load static %} {% block title %}Delete Alert Rule - Communications{% endblock %} {% block content %}
You are about to permanently delete this alert rule. This action cannot be undone and may affect:
| Rule Name: | {{ object.rule_name }} |
| Category: | {{ object.get_category_display }} |
| Severity: | {{ object.get_severity_display }} |
| Status: | {% if object.is_active %}Active{% else %}Inactive{% endif %} |
| Created: | {{ object.created_at|date:"M d, Y" }} |
| Last Triggered: | {% if object.last_triggered %} {{ object.last_triggered|date:"M d, Y g:i A" }} {% else %} Never {% endif %} |
| Trigger Count: | {{ object.trigger_count|default:0 }} times |
| Recipients: | {{ object.recipients.count|default:0 }} users |
{{ object.condition_expression }}
This is a CRITICAL severity alert rule. Deleting it may compromise patient safety and system monitoring. Consider deactivating instead of deleting.
Keep the rule but disable it to preserve historical data and allow future reactivation.
Export rule configuration and historical data before deletion.
Create a new rule to replace this one before deletion.
Move recipients to another alert rule before deletion.
This rule has active dependencies that will be affected: