{{#if isAuthorized }} {{title 'Policies'}} {{else}} {{title 'Access Controls'}} {{/if}} {{#let (hash types=(if type (split type ',') undefined) dcs=(if dc (split dc ',') undefined) ) as |filters|}} {{#let (or sortBy "Name:asc") as |sort|}}

Access Controls

{{#if isAuthorized }} {{partial 'dc/acls/nav'}} {{/if}} Create {{#if (gt items.length 0) }} {{/if}} {{#let (filter (filter-predicate 'policy' filters) items) as |filtered|}} {{#let (sort-by (comparator 'policy' sort) filtered) 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}}
{{/let}} {{/let}}