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