{{folder/space-heading space=space permissions=permissions }}
{{documents.length}} documents
  • All ({{documents.length}})
  • {{#if hasCategories}} {{#if (gt rootDocCount 0)}}
  • Uncategorized ({{rootDocCount}})
  • {{/if}} {{/if}}
{{categories.length}} categories {{#if hasCategories}} {{#if spaceSettings}}   {{#link-to 'folder.category' space.id space.slug class="admin-link margin-top-5"}}{{categoryLinkName}} →{{/link-to}} {{/if}} {{/if}}
    {{#each categories as |cat index|}}
  • {{cat.category}} ({{cat.docCount}})
  • {{/each}}
{{#unless hasCategories}} {{#if spaceSettings}} {{#link-to 'folder.category' space.id space.slug class="admin-link margin-top-5"}}{{categoryLinkName}} →{{/link-to}} {{/if}} {{/unless}}
{{folder/documents-list documents=filteredDocs spaces=spaces space=space templates=templates permissions=permissions onDeleteDocument=(action 'onDeleteDocument') onMoveDocument=(action 'onMoveDocument')}}