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

Alert Digest ({{ data.report_date_formatted() }})


Top Anomalies

{% if not data.top_overall_anomalies %}

No anomalies observed.

{% else %} {% endif %} {% if data.top_subdim_anomalies %}

Top sub-dimensional anomalies

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