filter
{{localize 'all'}} ({{documents.length}})
{{#if hasCategories}} {{#if (gt rootDocCount 0)}}
{{localize 'un_categorized'}} ({{rootDocCount}})
{{/if}} {{/if}} {{#if permissions.documentTemplate}}
{{localize 'templates'}} ({{templates.length}})
{{/if}} {{#if permissions.documentLifecycle}}
{{localize 'drafts'}} ({{documentsDraft.length}})
{{localize 'live'}} ({{documentsLive.length}})
{{/if}}
{{localize 'add_recent'}} ({{recentAdd.length}})
{{localize 'update_recent'}} ({{recentUpdate.length}})
category
{{#if categories}} {{#each categories as |cat|}}
{{cat.category}} ({{cat.docCount}})
{{/each}} {{else}} {{/if}}