{{ template "html/layouts/language" }}
{{ template "html/layouts/status" . }}
{{if eq (whereAmIindex (rc "displayCurrentPage")) 3}} {{else}} {{displayLanguage "control"}}: {{with $convPageID := convertValue .pageID}}{{with $modeVal := addIntMinusOne 2890 $convPageID}}{{getControlModeLanguageByID $modeVal $convPageID}}{{end}}{{end}} {{end}}
{{with $curLocation := whereAmIindex (rc "displayCurrentPage")}} {{if ne $curLocation 3}}
{{displayLanguage "setpoint"}}:
{{setpoint "evap" 0}}
{{displayLanguage "actual"}}:
{{actual "evap" 0}}
{{end}} {{end}}
{{ productName }}
{{.ws_ip_address}}{{.check_client_ip_address}}
{{formatTime ""}} - {{displayTime}}
{{ template "html/layouts/system-menu/system-menu" }}
{{with $stuff := .}} {{with $curLocation := whereAmIindex (rc "displayCurrentPage")}} {{if eq $curLocation 1}}
{{else}}
{{end}} {{else}}
{{end}} {{end}}
{{displayLanguage "home"}}
{{displayLanguage "alarms"}}
{{if gt .user.SecLevel secLevels.UnloggedIn}}
{{displayLanguage "menu"}}
{{else}}
{{displayLanguage "login"}}
{{end}}
{{ yield }}
{{template "html/layouts/numpad" .}} {{template "html/pages/SHARED/keyboard-pinpad-messages" .}} {{if le .user.SecLevel secLevels.UnloggedIn}} {{end}}
{{template "html/layouts/menu" .}} {{template "html/layouts/status-modal" .}} {{template "html/layouts/zone-active-modal" .}} {{template "html/layouts/zone-enableDisable-modal" .}} {{template "html/layouts/mode-enableDisable-modal" .}} {{ template "html/layouts/footer" . }}