{{#if (eq document.lifecycle constants.Lifecycle.Live)}}
{{document.lifecycleLabel}}
{{/if}} {{#if (eq document.lifecycle constants.Lifecycle.Draft)}}
{{document.lifecycleLabel}}
{{/if}}
{{#if (eq document.protection constants.ProtectionType.None)}}
OPEN
{{/if}} {{#if (eq document.protection constants.ProtectionType.Review)}}
PROTECTED
{{/if}} {{#if (eq document.protection constants.ProtectionType.Lock)}}
LOCKED
{{/if}}
{{#each selectedCategories as |cat|}}
{{cat.category}} {{#attach-tooltip showDelay=1000}}Category{{/attach-tooltip}}
{{/each}}
{{#each tagz as |t|}}
{{#attach-tooltip showDelay=1000}}Tag{{/attach-tooltip}} {{concat "#" t}}
{{/each}}
{{document/view-attachment document=document permissions=permissions}}