STATUS
{{document.lifecycleLabel}} {{#attach-tooltip showDelay=1000}}Lifecycle: Draft · Live · Archived{{/attach-tooltip}}
{{#if (eq document.protection constants.ProtectionType.None)}}
OPEN {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Review)}}
PROTECTED {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Lock)}}
LOCKED {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if contributionStatus}}
{{contributionStatus}}
{{else}} {{#if approvalStatus}}
{{approvalStatus}}
{{/if}} {{/if}} {{#if document.template}}
Template {{#attach-tooltip showDelay=1000}}This is a template{{/attach-tooltip}}
{{/if}}
CATEGORY / TAG
{{#each selectedCategories as |cat|}}
{{cat.category}} {{#attach-tooltip showDelay=1000}}Category{{/attach-tooltip}}
{{/each}} {{#each tagz as |t|}}
{{t}} {{#attach-tooltip showDelay=1000}}Tag{{/attach-tooltip}}
{{/each}} {{#if unassigned}} {{#if permissions.spaceManage}}
Unassigned
{{else}}
Unassigned
{{/if}} {{/if}}
{{document/sidebar-attachment document=document permissions=permissions}}