Categories
{{#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='d-print-none'}}<manage>{{/link-to}}
{{/if}}
{{/if}}
{{/each}}
{{#if canSelectCategory}}
edit
{{/if}}
Tags
{{#each tagz as |t index|}}
{{#link-to 'search' (query-params filter=t matchTag=true matchDoc=false matchContent=false matchFile=false)}}
{{concat '#' t}}
{{/link-to}}
{{/each}}
{{#if permissions.documentEdit}}
edit
{{/if}}
Change Control
{{changeControlMsg}}
{{#if (eq document.protection constants.ProtectionType.Review)}}
Approval Process
{{approvalMsg}}
{{#if userChanges}}
Your Contributions
{{contributorMsg}}
{{/if}}
{{#if isApprover}}
Approver Status
{{approverMsg}}
{{/if}}
{{/if}}
{{document/view-attachment document=document permissions=permissions}}