{% extends "sentry/alerts/list.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{{ alert.datetime }} | {{ block.super }}{% endblock %} {% block bodyclass %} with-sidebar{% endblock %} {% block main %}
{{ alert.message|linebreaks }} {% if related_group_list %}

{% trans "Note: All events represent their current state, not their value at the time of this alert." %}

{% else %}

{% trans "No trends are available for this report." %}

{% endif %}
{% endblock %} {% block sidebar %} {% if not alert.is_resolved %} Resolve Alert
{% endif %}
{% trans "Meta" %}
{% trans "When:" %}
{{ alert.datetime|timesince }}
{{ alert.datetime }} {{ alert.datetime.tzinfo }}
{% endblock %}