{% if forecast %} {% for f in forecast %} {% if config.showRainAmount %} {% endif %} {% endfor %}
{{f.date.format('ddd')}} {{f.maxTemperature | roundValue | unit("temperature")}} {{f.minTemperature | roundValue | unit("temperature")}} {{f.rain | formatRain}}
{% else %} {{"LOADING" | translate}} {% endif %}