{{ define "wizard-sbc" }} {{ template "hidden-inputs" . }} {{ template "header" (t .Localizer "singleboard.title") }}
{{ range .SBCs }} {{ template "radio-with-description" dict "name" "board" "value" .Name "current" $.SelectedBoard "label" .Label "description" (dynamic_template "board-description" (dict "Board" . "Version" $.Version "Localizer" $.Localizer)) }} {{ end }}
{{ template "back-button" (dict "Params" "target,selected-version" "Localizer" .Localizer) }} {{ template "next-button" . }}
{{ end }} {{ template "wizard-sbc" . }}