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

{{ incident_name }}

Triggered on {{ 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 %}

{{ status }} alert

{% if 'percentage' in aggregate %} {% else %} {% endif %}
Threshold Metric Environment
{{ threshold_direction_string }} {{ threshold }}% {{ threshold_direction_string }} {{ threshold }} {{ aggregate }} {{ environment }}
Time Interval Filter Project
{{ time_window }} {{ query }} {{ project_slug }}
{% endif %} {% endblock %}