{{#if isAuthorized }} {{title 'Roles'}} {{else}} {{title 'Access Controls'}} {{/if}} {{#let (selectable-key-values (array "Name:asc" "A to Z") (array "Name:desc" "Z to A") (array "CreateIndex:asc" "Newest to oldest") (array "CreateIndex:desc" "Oldest to newest") selected=sortBy ) as |sort| }} {{partial 'dc/acls/roles/notifications'}}

Access Controls

{{#if isAuthorized }} {{partial 'dc/acls/nav'}} {{/if}} {{partial 'dc/acls/disabled'}} {{partial 'dc/acls/authorization'}} Create {{#if (gt items.length 0) }} {{/if}} {{#let (sort-by (comparator 'role' sort.selected.key) items) as |sorted|}}

{{#if (gt items.length 0)}} No roles found {{else}} Welcome to Roles {{/if}}

{{#if (gt items.length 0)}} No roles where found matching that search, or you may not have access to view the roles you are searching for. {{else}} There don't seem to be any roles, or you may not have access to view roles yet. {{/if}}

{{/let}}
{{/let}}