{{ with $newmap := .}} {{ with $products := activeProducts }} {{ range $product := $newmap.products.HostList.Flatten }} {{if or (eq $product.ProductType "compressor") (eq $product.ProductType "acuair")}} {{end}} {{end}} {{end}} {{end}} {{with $newmap := .}} {{ with $products := activeProducts }}
{{ template "html/pages/SHARED/system-overview/overview-navigation" "overview" }}
{{ 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 }}