{% extends "base.html" %} {% block content %}
{% if alerts %}
{% for alert in alerts %} {% endfor %}
Type Description Timeframe
{{ alert.0 }} {{ alert.1 }}
{% include "dojo/paging_snippet.html" with page=alerts %} {% else %} No alerts found. {% endif %}
{% endblock %}