{{ define "wizard-cloud" }} {{ template "hidden-inputs" . }} {{ template "header" (t .Localizer "cloud.title") }}
{{ range .Platforms }} {{ template "radio-with-description" dict "name" "platform" "value" .Name "current" $.SelectedPlatform "label" .Label "description" (dynamic_template "platform-description" (dict "Platform" . "Version" $.Version "Localizer" $.Localizer)) }} {{ end }}
{{ template "back-button" (dict "Params" "target,selected-version" "Localizer" .Localizer) }} {{ template "next-button" . }}
{{ end }} {{ template "wizard-cloud" . }}