{{zoneModal}}

{{displayLanguage "analog_io_status"}}
{{with $stuff := .}} {{with $convPageID := convertValue $stuff.pageID}} {{with $oneTwoTwelveStatusZone := oneTwoTwelveStatus $convPageID}} {{with $thirteenToTwentyFourZone := thirteenToTwentyFourStatus $convPageID}} {{with $oneToFourZone := oneToFourStatus $convPageID}} {{with $fiveToEightZone := fiveToEightStatus $convPageID}}
{{template "html/pages/SHARED/status/status-left-navigation" $stuff }}

{{statusTitleSelec $convPageID}}

{{displayLanguage "input_channel"}}
{{displayLanguage "input_channel"}}
{{range $index, $inputChannel := $stuff.oneTotwelve}}
{{printf "%v" $inputChannel | displayLanguage}}
{{ end }}
{{range $index, $inputChannel := $stuff.thirteenToTwentyFour}}
{{printf "%v" $inputChannel | displayLanguage}}
{{ end }}
{{displayLanguage "output_channel"}}
{{displayLanguage "output_channel"}}
{{range $index, $outputChannel := $stuff.oneToFour}}
{{printf "%v" $outputChannel | displayLanguage}}
{{ end }}
{{range $index, $outputChannel := $stuff.fiveToEight}}
{{printf "%v" $outputChannel | displayLanguage}}
{{ end }}
{{end}} {{end}} {{end}} {{end}} {{end}} {{end}}