{% load wagtailcore_tags wagtailimages_tags lazyimages_tags static %}
{{alerts}} Showing {{ alerts.paginator.count }} result{{ alerts.paginator.count|pluralize }}
{% for alert in alerts %}
{{ alert.title }}
{% for info in alert.alert_info.all %} {% if info.is_expired %}

Note: Expired

{% endif %}

{{info.get_severity_display}}

{% for alert_area in info.alert_areas.values%} {{alert_area.areaDesc}} {% endfor %} {% endfor %}
{% comment %} {{ product.month|month_name }} {{ product.year }} {% endcomment %} Read More
{% endfor %}
{% include 'capeditor/pagination_include.html' with items=alerts %}