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