{% if alerts %} {% for alert in alerts %} {% endfor %}
Time Monitor Alert
{{ alert.time|date:"SHORT_DATETIME_FORMAT" }} {{ alert.monitor.name }} {{ alert.description }}
{% else %} There are no alerts to display. Try selecting a different date range. {% endif %}