{{#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}}
{{/each}}
{{#each tagz as |t index|}}
{{concat '#' t}}
{{/each}}
{{document/view-attachment document=document permissions=permissions {{action 'onEditCategory'}}}}