{{#ui/ui-confirm-dialog title="Delete Documents" confirmCaption="Delete" show=showDeleteDialog onAction=(action 'onDeleteDocuments')}}

Are you sure you want to delete the {{selectedDocuments.length}} selected documents?

{{/ui/ui-confirm-dialog}} {{#if showAdd}} {{empty-state icon="direct" message="You can create new documents via the green + button"}} {{/if}} {{#if showLockout}} {{empty-state icon="visibility" message="It looks like space permissions are preventing you from viewing and creating documents"}} {{/if}}