{{#each spaces as |space|}} {{#link-to "folder.index" space.id space.slug}}
  • {{#if space.icon}}
    {{ui/ui-icon-meta icon=space.icon}}
    {{/if}} {{space.name}}
    {{space.desc}} 
    {{!-- {{#if (eq space.spaceType constants.SpaceType.Public)}} {{#attach-tooltip showDelay=1000}}Public space{{/attach-tooltip}} {{/if}} {{#if (eq space.spaceType constants.SpaceType.Protected)}} {{#attach-tooltip showDelay=1000}}Protected space{{/attach-tooltip}} {{/if}} {{#if (eq space.spaceType constants.SpaceType.Private)}} {{#attach-tooltip showDelay=1000}}Personal space{{/attach-tooltip}} {{/if}} --}} {{#if space.labelId}} {{spaces/space-label labels=labels labelId=space.labelId}} {{/if}}
    {{space.countContent}}
    items
    {{space.countCategory}}
    categories
  • {{/link-to}} {{/each}}