VERSION
{{#if (gt versions.length 0)}} {{#ui/ui-toolbar dark=false light=true raised=true large=false bordered=true}} {{ui/ui-toolbar-label label=document.versionId color=constants.Color.Gray}} {{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false}} {{/attach-popover}} {{/ui/ui-toolbar}} {{else}} {{#if permissions.spaceManage}} {{#ui/ui-toolbar dark=false light=true raised=true large=false bordered=true}} {{ui/ui-toolbar-icon icon=constants.Icon.Plus color=constants.Color.Gray linkTo="document.settings"}} {{/ui/ui-toolbar}} {{else}}
Not versioned
{{/if}} {{/if}} {{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 {{#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 document.template}}
Template {{#attach-tooltip showDelay=1000}}This is a template{{/attach-tooltip}}
{{/if}}