{% extends 'base.html' %} {% load wagtailcore_tags static %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %}
{% if latest_alert %} {% endif %}

Browse CAP Alerts

{% include 'capeditor/alert_filter_include.html' with filters=page.filters %}
{% include 'capeditor/alert_list_include.html' with alerts=alerts %}
{% endblock content %}