Role Settings

{{#if this.settingFields}}
{{#each this.settingFields as |attr|}} {{#if (and (eq @mode "edit") (eq attr.name "username"))}} {{else}} {{/if}} {{/each}}
{{else}} {{/if}}
{{! template-lint-configure simple-unless "warn" }} {{#unless (and @roleType (not this.statementFields))}}

Statements

{{#if this.statementFields}}
{{#each this.statementFields as |attr|}} {{/each}}
{{else}} {{/if}}
{{/unless}}