{% extends "sentry/alerts/list.html" %} {% load url from future %} {% load i18n %} {% load sentry_helpers %} {% block title %}{{ alert.datetime }} | {{ block.super }}{% endblock %} {% block bodyclass %}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • Alert at {{ alert.datetime }}
  • {% endblock %} {% block main %}
    {{ alert.message|linebreaks }}
    When:
    {{ alert.datetime|timesince }} ({{ alert.datetime }})
    {% if related_group_list %}

    Note: All events represent their current state, not their value at the time of this alert.

    {% endif %}
    {% endblock %}