{{#if isAuthorized }} {{title 'Policies'}} {{else}} {{title 'Access Controls'}} {{/if}} {{#let (or sortBy "Name:asc") as |sort|}} {{partial 'dc/acls/policies/notifications'}}

Access Controls

{{#if isAuthorized }} {{partial 'dc/acls/nav'}} {{/if}} {{partial 'dc/acls/disabled'}} {{partial 'dc/acls/authorization'}} Create {{#if (gt items.length 0) }} {{#let (from-entries (array (array "Name:asc" "A to Z") (array "Name:desc" "Z to A") )) as |selectable| }} {{get selectable sort}} {{/let}} {{#let components.Optgroup components.Option as |Optgroup Option|}} {{/let}} {{/if}} {{#let (sort-by (comparator 'policy' sort) items) as |sorted|}}

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

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

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