{{localize 'delete_confirm'}} ({{selectedDocuments.length}} {{selectedCaption}})
{{/ui/ui-dialog}} {{#ui/ui-dialog title=(localize 'move_documents') confirmCaption=(localize 'move') buttonColor=constants.Color.Green show=showMoveDialog onAction=(action "onMoveDocuments")}}{{localize 'space_change_prompt'}} ({{selectedDocuments.length}} {{selectedCaption}})
{{ui/ui-list-picker items=moveOptions nameField="name" singleSelect=true}} {{/ui/ui-dialog}} {{#if showAdd}} {{ui/empty-state icon=constants.Icon.ArrowUp message=(localize 'space_empty_state')}} {{/if}} {{#if showLockout}} {{ui/empty-state icon=constants.Icon.Preview message=(localize 'space_lockout')}} {{/if}}