{{with $stuff := .}}
{{zoneModal}}

{{displayLanguage "zone_heating_modes"}}
{{evapEnabledModes .pageID}}
{{displayLanguage "transition"}}
{{displayLanguage "hot_gas"}}
{{if eq .fan_type 1 3 4}}
{{displayLanguage "fan"}}
{{if eq .fan_type 1 4}}
{{end}} {{if eq .fan_type 3}}
{{end}} {{if and (eq .fan_cycling 1) (or (eq .fan_type 1) (eq .fan_type 3))}}
{{end}} {{if eq .fan_type 4}}
{{end}} {{if and (eq .fan_cycling 1) (eq .fan_type 4)}}
{{end}}
{{end}}
{{displayLanguage "pre_heat___post_heat_timers"}}
{{if eq 3 .fan_type}} {{with $convPageID := convertValue $stuff.pageID}} {{with $addNum := addIntMinusOne 3490 $convPageID}} {{modeDataDropDownsByIDDropUp "pump-out-fan-speed-dd-" $addNum}} {{end}} {{end}} {{else if eq 4 .fan_type}} {{end}}
{{with $softHotGas := convertValue (readSharedMemory (printf "3:%v:0:0:1" (addIntMinusOne 1870 (convertValue .pageID))))}} {{if ($softHotGas) eq 1}} {{end}} {{end}}
{{with $softHotGas := convertValue (readSharedMemory (printf "3:%v:0:0:1" (addIntMinusOne 1870 (convertValue .pageID))))}} {{if ($softHotGas) eq 1}} {{end}} {{end}}
{{end}}