{% extends "layout.html" %} {% block content %}

Alert: {{ kpi_name }} {{ alert_frequency }} Alert


Alert Message

{{ alert_message }}

Stats

Value Time of Occurrence
{{ highest_value }} {{ time_of_anomaly }}
Lower Bound of Range Upper Bound of Range
{{ lower_bound }} {{ upper_bound }}
Severity Value
{{ severity_value }}
{% endblock %}