All ({{documents.length}})
{{#if hasCategories}}
{{#if (gt rootDocCount 0)}}
Uncategorized ({{rootDocCount}})
{{/if}}
{{/if}}
{{#if permissions.documentTemplate}}
Templates ({{templates.length}})
{{/if}}
{{#if permissions.documentLifecycle}}
Drafts ({{documentsDraft.length}})
Live ({{documentsLive.length}})
{{/if}}
{{ui/ui-spacer size=200}}
{{#if categories}}
{{#each categories as |cat|}}
{{cat.category}} ({{cat.docCount}})
{{/each}}
{{else}}
{{/if}}