{{displayLanguage "version"}}
{{displayLanguage "status"}}
{{range $index, $board := .oneTotwo}}
{{with $modeNum := addInt 305 $index}}
{{with $isEnabled := modeDataSelectedValueByID $modeNum}}
{{with $boardname := printf "digital_board_%v" $board}}
{{$board}}. {{displayLanguage $boardname}}
{{end}}
{{end}}
{{end}}
{{end}}