{{#if (and (eq step 2) (eq originalCluster.state "pending"))}} {{#banner-message color="bg-info m-0"}}
{{t "clusterNew.import.command.instructionsAdminRole" appName=settings.appName htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}} {{copy-to-clipboard clipboardText=clusterAdmin tagName="div" classNames="copy-to-pre" }}
{{clusterAdmin}}
{{/if}}
{{/banner-message}}
{{t "clusterNew.import.command.instructions" appName=settings.appName docsBase=settings.docsBase htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}} {{copy-to-clipboard clipboardText=token.command tagName="div" classNames="copy-to-pre" }}
{{token.command}}
{{/if}}
{{t "clusterNew.import.command.instructionsInsecure" appName=settings.appName docsBase=settings.docsBase htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}} {{copy-to-clipboard clipboardText=token.insecureCommand tagName="div" classNames="copy-to-pre" }}
{{token.insecureCommand}}
{{/if}}
{{#if isEdit}} {{top-errors errors=otherErrors}} {{top-errors errors=clusterErrors}} {{save-cancel save=(action "driverSave") editing=true cancel=(action "close") }} {{else}} {{/if}} {{else}} {{top-errors errors=errors}} {{top-errors errors=otherErrors}} {{top-errors errors=clusterErrors}} {{save-cancel save=(action "driverSave") editing=isEdit cancel=(action "close") }} {{/if}}