{{#app-view class="acl list" loading=isLoading}} {{#block-slot 'notification' as |status type|}} {{partial 'dc/acls/notifications'}} {{/block-slot}} {{#block-slot 'header'}}
{{#if (eq name 'delete')}} Are you sure you want to delete this ACL token? {{else if (eq name 'logout')}} Are you sure you want to stop using this ACL token? This will log you out. {{ else if (eq name 'use')}} Are you sure you want to use this ACL token? {{/if}}
{{/block-slot}} {{/confirmation-dialog}} {{/block-slot}} {{/tabular-collection}} {{else}}There are no ACLs.
{{/if}} {{/block-slot}} {{/app-view}}