{% extends "base.html" %} {% load static %} {% block content %} {{ block.super }}
{% if alerts %}
{% csrf_token %}
{% for alert in alerts %} {% endfor %}
Type Source Title Description Timeframe
{{ alert.source }} {%if alert.url %}{% endif %}{{ alert.title }}{% if alert.url %}{% endif %} {{ alert.description|linebreaks }} {{ alert.created }}
{% include "dojo/paging_snippet.html" with page=alerts page_size=False%}
{% else %}

No alerts found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}