{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_assets %} {% block activity %}
{% if status_key == "resolved" %} Alert Status: Resolved {% elif status_key == "warning" %} Alert Status: Warning {% elif status_key == "critical" %} Alert Status: Critical {% endif %}

{{ status }}: {{ incident_name }}

Triggered {{ triggered_at }}

{% 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 %} {% if chart_url %}
{{ incident_name }} chart
{% endif %}
Alert Rule Details
Project {{ project_slug }}
Environment {{ environment }}
Threshold {{ threshold_direction_string }} {{ threshold }}{% if 'percentage' in aggregate %}%{% endif %}
Time Interval {{ time_window }}
Metric {{ aggregate }}
Filter {{ query }}

{% if snooze_alert %} Mute this alert {% endif %} This email was triggered by {{ incident_name }}

{% endif %} {% endblock %}