{{#layout/master-sidebar selectedItem="spaces"}} {{ui/ui-spacer size=300}}
filter
All ({{model.spaces.length}})
Public ({{publicSpaces.length}})
{{#if session.authenticated}}
Protected ({{protectedSpaces.length}})
Personal ({{personalSpaces.length}})
{{/if}}
{{ui/ui-spacer size=300}}
label
{{#if labels}}
{{#each labels as |label|}} {{#if (gt label.count 0)}}
{{label.name}} ({{label.count}})
{{/if}} {{/each}}
{{else}}
No labels
{{/if}}
{{/layout/master-sidebar}} {{#layout/master-content}}
{{layout/logo-heading title=appMeta.title desc=appMeta.message logo=true}}
{{#if (or session.isEditor session.isAdmin)}} {{#ui/ui-toolbar dark=false light=true raised=true large=true bordered=true tooltip="New space"}} {{#if session.isEditor}} {{ui/ui-toolbar-icon icon=constants.Icon.Plus color=constants.Color.Green onClick=(action "onShowModal")}} {{ui/ui-toolbar-label label="SPACE" color=constants.Color.Green onClick=(action "onShowModal")}} {{/if}} {{/ui/ui-toolbar}} {{/if}}
{{ui/ui-spacer size=400}} {{spaces/space-list spaces=selectedSpaces labels=labels}}