{{displayLanguage "version"}}
{{displayLanguage "status"}}
{{range $index, $board := .oneToTen}}
{{with $modeNum := addInt 614 $board}}
{{with $isEnabled := modeDataSelectedValueByID $modeNum}}
{{with $boardname := printf "digital_board_%v_comm_3" $board}}
{{$board}}. {{displayLanguage $boardname}}
{{end}}
{{end}}
{{end}}
{{end}}
{{range $index, $board := .oneToTen}}
{{with $modeNum := addInt 599 $board}}
{{with $isEnabled := modeDataSelectedValueByID $modeNum}}
{{with $boardname := printf "digital_board_%v_comm_4" $board}}
{{$board}}. {{displayLanguage $boardname}}
{{end}}
{{end}}
{{end}}
{{end}}