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

Alert Rule Trigger {{ status }} on Incident {{ incident_name }}.

{% if enhanced_privacy %}
Details about this incident alert are not shown in this email since enhanced privacy controls are enabled. For more details about this incident, view on Sentry.
{% else %}
Rule: {{ rule_link }}
Aggregate: {{ aggregate }}
Query: {{ query }}
Threshold: {{ threshold }}
{% endif %} {% endblock %}