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