{% extends "sentry/groups/group_list.html" %} {% load i18n %} {% load sentry_activity %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% if event %}{{ event.error }}{% else %}{{ group.message }}{% endif %} | {{ block.super }}{% endblock %} {% block main %} {% handle_before_events request group %}
{{ event.message }}
{% endif %}
{% include "sentry/partial/_event_details.html" %}
{% endwith %}
{% endblock %}