{% extends "sentry/emails/base.html" %} {% load sentry_helpers %} {% load i18n %} {% block preheader %} {% if group.times_seen == 1 %} New Issue on {{ project_label }}. {% else %} Regression on {{ project_label }}. {% endif %} {% endblock %} {% block header %} View on Sentry {{ block.super }} {% endblock %} {% block main %}

{% url 'sentry-stream' group.project.organization.slug group.project.slug as project_link %} {% if group.times_seen == 1 %} New Issue on {{ project_label }} {% else %} Regression on {{ project_label }} {% endif %}

{% if enhanced_privacy %}
Details about this issue are not shown in this notification since enhanced privacy controls are enabled. For more details about this issue, view this issue on Sentry.
{% else %}
ID: {{ event.event_id }}
{{ event.datetime|date:"N j, Y, g:i:s a e" }}
{% for label, html, _ in interfaces %}

{{ label }}

{{ html }}
{% endfor %} {% if tags %}

Tags

{% endif %} {% endif %} {% if rules %}

You are receiving this email due to matching rules: {% for rule_label, rule_link in rules %} {{ rule_label }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {# support for gmail actions #}
{% endblock %}