{% extends "sentry/alerts/list.html" %}
{% load i18n %}
{% load sentry_helpers %}
{% block title %}{{ alert.datetime }} | {{ block.super }}{% endblock %}
{% block bodyclass %} with-sidebar{% endblock %}
{% block main %}
{% blocktrans with alert.datetime as datetime %}Alert at {{ datetime }}{% endblocktrans %}
{{ alert.get_status_display }}
{% endif %}