{% extends "layout.html" %} {% import "common.html" as common %} {% block head %} {% endblock %} {% block content %}

{{ data.kpi_name }} ({{ data.date_formatted() }})


Alert Message

{{ data.alert_message }}

Anomalies

{% if not data.top_overall_points %}

No anomalies observed.

{% else %} {% endif %} {% if data.include_subdims and data.top_subdim_points %}

Sub-dimensional anomalies

{% endif %} {{ common.button_with_link("View KPI", data.kpi_link()) }} {{ common.button_with_link("Alerts Dashboard", data.alert_dashboard_link()) }}
{% endblock %}