{{#if (eq step 5)}} {{else}} {{#if (gte step 1)}}
{{input type="text" value=config.projectID classNames="form-control" }}
{{#if (eq step 1)}} {{else}}
{{selectedCloudCredential.displayName}}
{{/if}}
{{/if}} {{#if (gte step 2)}}
{{#if (eq locationType "zonal")}}
{{/if}} {{#if (eq locationType "regional")}}
{{/if}}
{{#each locationContent as |location|}}
{{/each}}
{{#if (eq step 2)}} {{/if}}
{{/if}} {{#if (gte step 3)}}

{{#if clusterReleaseChannel}} {{t "clusterNew.googlegke.masterVersion.channel" channel=clusterReleaseChannel }} {{else}} {{t "clusterNew.googlegke.masterVersion.staticRelease"}} {{/if}}

{{searchable-select content=networkContent classNames="form-control" value=config.network optionValuePath="name" }}
{{searchable-select content=subNetworkContent classNames="form-control" value=config.subnetwork }}
{{#unless config.ipAllocationPolicy.useIpAliases}} {{/unless}} {{#if (or showPolicyEnabledWarning showPolicyConfigWarning)}} {{/if}}
{{#if config.ipAllocationPolicy.createSubnetwork}}
{{input value=config.ipAllocationPolicy.subnetworkName placeholder=(t "clusterNew.googlegke.ipPolicySubnetworkName.placeholder" ) disabled=(or (not config.ipAllocationPolicy.createSubnetwork) (not config.ipAllocationPolicy.useIpAliases) ) }}
{{else}}
{{searchable-select content=secondaryIpRangeContent classNames="form-control" value=config.ipAllocationPolicy.clusterSecondaryRangeName readOnly=disableSecondaryRangeNames }}
{{/if}}
{{#if config.ipAllocationPolicy.createSubnetwork}}
{{else}}
{{searchable-select content=secondaryIpRangeContent classNames="form-control" value=config.ipAllocationPolicy.servicesSecondaryRangeName readOnly=disableSecondaryRangeNames }}
{{/if}}
{{#if config.enableKubernetesAlpha}} {{/if}}
{{#if showLogMonServiceWarning}}
{{/if}}
{{#each config.nodePools as |nodePool|}} {{else}}
{{t "clusterNew.googlegke.nodePool.noNodes"}}
{{/each}}
{{/if}} {{/if}}