{{#if isAuthorized }} {{page-title 'Policies'}} {{else}} {{page-title 'Access Controls'}} {{/if}} {{#let (hash value=(or sortBy "Name:asc") change=(action (mut sortBy) value="target.selected") ) (hash kind=(hash value=(if kind (split kind ',') undefined) change=(action (mut kind) value="target.selectedItems") ) datacenter=(hash value=(if datacenter (split datacenter ',') undefined) change=(action (mut datacenter) value="target.selectedItems") ) searchproperty=(hash value=(if (not-eq searchproperty undefined) (split searchproperty ',') searchProperties ) change=(action (mut searchproperty) value="target.selectedItems") default=searchProperties ) ) items as |sort filters items|}}

Policies

Create {{#if (gt items.length 0) }} {{/if}}

{{#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}}