{{displayLanguage "analog_io_status"}}
{{with $stuff := .}} {{with $isEnabled := modeDataSelectedValueByID 302}}

{{displayLanguage "analog_board_1"}}

{{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}} {{with $isEnabled := modeDataSelectedValueByID 303}}

{{displayLanguage "analog_board_2"}}

{{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}} {{with $isEnabled := modeDataSelectedValueByID 304}}

{{displayLanguage "analog_board_3"}}

{{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}}