{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}} {{#if (or hasDocuments pinState.isPinned session.authenticated)}} {{#ui/ui-toolbar-dropdown label=(localize 'content') arrow=true}} {{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false}}
{{/attach-popover}} {{/ui/ui-toolbar-dropdown}} {{/if}} {{#if permissions.documentAdd}} {{#ui/ui-toolbar-dropdown label=(localize 'new') arrow=true}} {{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false}} {{/attach-popover}} {{/ui/ui-toolbar-dropdown}} {{/if}} {{#if (or permissions.spaceOwner permissions.spaceManage)}} {{ui/ui-toolbar-icon icon=constants.Icon.Settings color=constants.Color.Green tooltip=(localize 'settings') linkTo="folder.settings"}} {{/if}} {{/ui/ui-toolbar}}