{{d-icon "arrow-left"}} {{i18n "admin.api.all_api_keys"}}
{{#if this.model.id}}
{{this.model.key}}
{{i18n "admin.api.not_shown_again"}} {{else}} {{#if this.showUserSelector}} {{/if}} {{#if (eq this.scopeMode "read_only")}}

{{i18n "admin.api.scopes.descriptions.global.read"}}

{{else if (eq this.scopeMode "global")}}

{{i18n "admin.api.scopes.global_description"}}

{{/if}}
{{#if (eq this.scopeMode "granular")}}

{{i18n "admin.api.scopes.title"}}

{{i18n "admin.api.scopes.description"}}

{{#each-in this.scopes as |resource actions|}} {{#each actions as |act|}} {{/each}} {{/each-in}}
{{i18n "admin.api.scopes.allowed_urls"}} {{i18n "admin.api.scopes.optional_allowed_parameters"}}
{{resource}}
{{act.name}}
{{d-icon "question-circle"}}
{{#each act.params as |p|}} {{/each}}
{{/if}} {{/if}}