{# 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 wunderground.alerts is not empty %} {% for alert in wunderground.alerts.alerts %}

{{ alert.description }}

{{ strings.alert_issued }}
{{ alert.issued.pretty }}
{{ strings.alert_expires }}
{{ alert.expires.pretty }}
{% endfor %} {% endif %}