{% for f in data %}
{{ f.icon }}
{{ (f.time + offset) | datefmt('time') }}
{{ f.summary }}
{% if f.temperature %}

{{ f.temperature | tempfmt -}} {{- '%s' % TEMP_UNIT }}

{% endif %} {% if f.precipProbability and (f.precipProbability // 0.1) > 0 %}

{{ '%d%%' % ((f.precipProbability // 0.1) * 10) -}}

{% endif %}
{% endfor %}