{% load static wagtailiconchooser_tags i18n %} {% if latest_active_alert %}
{% if latest_active_alert.event_icon %} {% svg_icon name=latest_active_alert.event_icon %} {% endif %} {% translate "Alert" %} {% if latest_active_alert.properties.headline %} {{ latest_active_alert.properties.headline }} {% else %} {{ latest_active_alert.title }} {% endif %} {# severity.label is already a lazy gettext string from SEVERITY_MAPPING #} {{ latest_active_alert.severity.label }}
{% endif %}