{% if forecast %}
{% for f in forecast %} {% endfor %}
{{f.day}} {{f.maxTemperature | roundValue | unit("temperature")}} {{f.minTemperature | roundValue | unit("temperature")}}
{% else %} {{"LOADING" | translate}} {% endif %}