{{#if isAuthorized }} {{title 'Roles'}} {{else}} {{title 'Access Controls'}} {{/if}} {{#app-view class=(concat 'role ' (if (not isAuthorized) 'edit' 'list')) loading=isLoading authorized=isAuthorized enabled=isEnabled}} {{#block-slot name='notification' as |status type|}} {{partial 'dc/acls/roles/notifications'}} {{/block-slot}} {{#block-slot name='header'}}
{{item.Description}}
Are you sure you want to delete this role?
There are no Roles.
{{/block-slot}} {{/changeable-set}} {{/block-slot}} {{/app-view}}