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