{{#if spaces}} {{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.Export label=constants.Label.Export onClick=(action "onExport")}}
{{#each spaces as |space|}}
{{#link-to "folder" space.id space.slug class="alt"}}{{space.name}}{{/link-to}}
person_add {{#attach-tooltip showDelay=1000}}Add myself as space owner{{/attach-tooltip}}
delete {{#attach-tooltip showDelay=1000}}Delete space and all content{{/attach-tooltip}}
{{/each}}
{{else}}

There are no shared spaces to manage

{{/if}}