{% extends "sentry/groups/group_list.html" %} {% load i18n %} {% load sentry_activity %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{{ event.error }} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{{ event.message }}
{% endif %}
{% include "sentry/partial/_event_details.html" %}
{% endwith %}
{% endblock %}
{% if can_admin_event and not group.project.public %} {% endif %}
{% if can_admin_event %} {% endif %} {% for tag in group.get_tags %} {% render_tag_widget group tag %} {% endfor %} {% for html in group|get_widgets:request %} {{ html|safe }} {% endfor %} {% endblock %} {% block content_after %} {% endblock %}