{% if forecast %} {% set numSteps = forecast | calcNumSteps %} {% set currentStep = 0 %}
{{ "TODAY" | translate }} | {% elif (currentStep == 1) %}{{ "TOMORROW" | translate }} | {% else %}{{ f.date.format('ddd') }} | {% endif %}{{ f.maxTemperature | roundValue | unit("temperature") | decimalSymbol }} | {{ f.minTemperature | roundValue | unit("temperature") | decimalSymbol }} | {% if config.showPrecipitationAmount %}{{ f.precipitation | unit("precip") }} | {% endif %}