Categories {{#if canSelectCategory}}
edit
{{/if}}
{{#each selectedCategories as |cat|}} {{#link-to 'folder' folder.id folder.slug (query-params category=cat.id)}} {{cat.category}} {{/link-to}}   {{else}} {{#if canAddCategory}} {{#if canSelectCategory}} <select> {{else}} {{#link-to 'folder.category' folder.id folder.slug class='non-printable'}}Manage{{/link-to}} {{/if}} {{/if}} {{/each}}
Tags
{{#each tagz as |t index|}} {{concat '#' t}}   {{/each}}
{{#if permissions.documentEdit}} {{#ui/ui-dialog title="Set Document Cateogories" confirmCaption="Select" buttonType="btn-outline-success" show=showCategoryModal onAction=(action 'onSaveCategory')}}

Select who can view documents within category

{{ui/ui-list-picker items=categories nameField='category' singleSelect=false}} {{/ui/ui-dialog}} {{/if}}