Select destination space
{{/dropdown-dialog}} {{/if}} {{#if permissions.documentDelete}} {{#dropdown-dialog target="delete-documents-button" position="bottom right" button="Delete" color="flat-red" onAction=(action 'deleteDocuments')}}Are you sure you want to delete selected documents?
There is no undo!
{{/dropdown-dialog}} {{/if}} {{else}} {{#if permissions.documentAdd}} {{/if}} {{#if pinState.isPinned}} {{else if session.authenticated}} {{/if}} {{#if spaceSettings}} {{#link-to 'folder.settings' folder.id folder.slug}}{{model.document.name}} {{/link-to}} {{/if}} {{#if permissions.spaceOwner}} {{/if}} {{#if session.authenticated}} {{#unless pinState.isPinned}} {{#dropdown-dialog target="space-pin-button" position="bottom right" button="Pin" color="flat-green" onAction=(action 'onPin') focusOn="pin-space-name"}}Are you sure you want to delete this space and all associated documents?