{% extends "sentry/layout.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Alerts" %} | {{ project.name }} | {{ block.super }}{% endblock %} {% block bodyclass %}{% endblock %} {% block main %} {% trans "Recent Alerts" %} {% for alert in alert_list %} {{ alert.datetime }} — {{ alert.datetime|timesince }} {{ alert.message|linebreaks }} {% endfor %} You can change your alert settings by visiting your project's notification settings page. {% endblock %}
You can change your alert settings by visiting your project's notification settings page.