{{with $newmap := .}}
{{range $index, $outputs := .aThruP}}
{{displayLanguage .Item}}
{{controlModalByID "control_input-" (addInt 292 $index) $newmap.unit}}
{{with $fieldName := printf "%v-io-board" $outputs.Item}}
{{datakeyDropdownByID "analog" $fieldName 3 (addInt 59 $index)}}
{{end}}
{{end}}
{{end}}