{{ with $newmap := .}} {{ with $products := activeProducts }} {{ range $product := $newmap.products.HostList.Flatten }} {{if eq $product.ProductType "compressor"}} {{end}} {{end}} {{end}} {{end}} {{template "html/pages/SHARED/service/screen-calibration-template"}} {{with $newmap := .}} {{ with $products := activeProducts }}
{{ if ($newmap.products.GetHostByType "condenser") }}
{{ displayLanguage "condenser" }} {{ end }}
{{ if ($newmap.products.GetHostByType "vessel") }}
{{ displayLanguage "vessel" }} {{ end }}
{{ if ($newmap.products.GetHostByType "evaporator") }}
{{ displayLanguage "evaporator" }} {{ end }}
{{ if ($newmap.products.GetHostByType "engine_room") }}
{{ displayLanguage "engine_room" }} {{ end }}
{{ template "html/pages/SHARED/system-overview/error-panel" }}
{{end}} {{ end }}