{{this.options.title}}

{{#if this.model.hasGenerated}}
{{#unless this.model.isError}} {{/unless}} {{#each this.model.attrs as |attr|}} {{#if (eq attr.type "object")}} {{else}} {{#if (or (eq attr.name "key") (eq attr.name "secretKey") (eq attr.name "securityToken") (eq attr.name "privateKey") attr.options.masked ) }} {{#if (get this.model attr.name)}} {{/if}} {{else if (and (get this.model attr.name) (or (eq attr.name "issueDate") (eq attr.name "expiryDate")))}} {{else}} {{/if}} {{/if}} {{/each}}
Copy credentials
{{#if this.model.leaseId}}
Copy Lease ID
{{/if}}
{{#if this.options.backIsListLink}} Back {{else}} {{/if}}
{{else}}
{{#if this.model.helpText}}

{{this.model.helpText}}

{{/if}} {{#if this.model.fieldGroups}} {{else}} {{#each this.model.attrs as |attr|}} {{/each}} {{/if}}
Cancel
{{/if}}