{# This template is processed using the Twig template engine Learn more at: http://twig.sensiolabs.org/doc/templates.html #} {% if showdata.alerts is not empty and forecast.alerts is not empty %} {% for alert in forecast.alerts.alerts %}

{{ alert.description }}

{{ strings.alert_issued }}
{{ alert.date }}
{{ strings.alert_expires }}
{{ alert.expires }}
{% endfor %} {% endif %}