{{displayLanguage "version"}}
{{displayLanguage "status"}}
{{range $index, $board := .oneToFive}}
{{with $modeNum := addInt 624 $board}}
{{with $isEnabled := modeDataSelectedValueByID $modeNum}}
{{with $boardname := printf "analog_board_%v_comm_3" $board}}
{{$board}}. {{displayLanguage $boardname}}
{{end}}
{{end}}
{{end}}
{{end}}
{{range $index, $board := .oneToFive}}
{{with $modeNum := addInt 609 $board}}
{{with $isEnabled := modeDataSelectedValueByID $modeNum}}
{{with $boardname := printf "analog_board_%v_comm_4" $board}}
{{$board}}. {{displayLanguage $boardname}}
{{end}}
{{end}}
{{end}}
{{end}}