{% extends 'base.html' %} {% load static wagtailcore_tags wagtailimages_tags lazyimages_tags wagtailiconchooser_tags i18n online_share %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% include "breadcrumbs_include.html" %}

{{ page.title }}

{% if page.status != "Actual" %}
{% trans "Warning: This is not an Actual alert" %}
{% trans "The alert below is marked as" %} {{ page.status }}. {% trans "This means it is not an Actual alert and therefore not actionable to the general public" %}
{% endif %} {% if page.reference_alerts %}
{% if page.msgType == "Update" %}
{% translate "This alert is an update to the previously published alerts below:" %}
{% endif %} {% if page.msgType == "Cancel" %}
{% translate "This alert cancels the previously published alerts below:" %}
{% endif %}
{% for ref_alert in page.reference_alerts %} {% with ref_alert.infos.0 as alert_info %}
{% svg_icon name="warning" %}

{{ ref_alert.sent }}

{{ ref_alert.title }}
{% endwith %} {% endfor %}
{% endif %}
{% translate "Alert Severity" %}:
{% translate "Extreme" %}
{% translate "Severe" %}
{% translate "Moderate" %}
{% translate "Minor" %}
{% endblock %} {% block extra_js %} {% endblock extra_js %}