{{#link-to "folder.index" space.id space.slug class="no-print"}} {{ui/ui-button light=true color=constants.Color.Yellow uppercase=false icon=constants.Icon.ArrowLeft label=space.name}} {{/link-to}} {{ui/ui-spacer size=300}}
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}} {{ui/ui-spacer size=200}}
STATUS
{{document.lifecycleLabel}} {{#attach-tooltip showDelay=1000}}Lifecycle: Draft · Live · Archived{{/attach-tooltip}}
{{#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}} {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{#if document.template}}
Template {{#attach-tooltip showDelay=1000}}This is a template{{/attach-tooltip}}
{{/if}}