{{localize 'status'}}
{{document.lifecycleLabel}}
{{#if (eq document.protection constants.ProtectionType.None)}}
{{localize 'protection_type_open'}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Review)}}
{{localize 'protection_type_protected'}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Lock)}}
{{localize 'protection_type_locked'}}
{{/if}} {{#if contributionStatus}}
{{contributionStatus}}
{{else}} {{#if approvalStatus}}
{{approvalStatus}}
{{/if}} {{/if}} {{#if document.template}}
{{localize 'template'}}
{{/if}}
{{localize 'category'}} / {{localize 'tag'}}
{{#each selectedCategories as |cat|}}
{{cat.category}}
{{/each}} {{#each tagz as |t|}}
{{t}}
{{/each}} {{#if unassigned}} {{#if permissions.spaceManage}}
{{localize 'unassigned'}}
{{else}}
{{localize 'unassigned'}}
{{/if}} {{/if}}
{{document/sidebar-attachment document=document permissions=permissions}}