{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_assets %} {% block activity %}

{{ incident_name }}

Status
Created on {{ triggered_at }} {% if is_critical %} Critical {% elif is_warning %} Warning {% endif %} {{ status }}

{% if enhanced_privacy %}
Details about this alert are not shown in this email since enhanced privacy controls are enabled. For more details about this alert, view on Sentry.
{% else %}
Metric Environment Threshold Time Interval
{{ aggregate }} {{ environment }} {{ threshold_direction_string }} {{ threshold }} {{ time_window }}
Query
{{ query }}
{% endif %} {% endblock %}