{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% block action %} {% endblock %} {% block activity %}
Some events failed to process in your project "{{ project.slug }}". {% if reprocessing_active %} Since reprocessing is enabled, these events will not show up in Sentry until the processing issues are resolved. {% endif %}
{{ project.slug }}{% if issues|length == 1 %}1 issue{% else %}{{ issues|length }} issues{% endif %} |
{% if reprocessing_active %} Fix Issues {% endif %} |
{{ issue.message }} {% if issue.extra_info %}{{ issue.extra_info }} {% endif %} |