diff --git a/gui/app/templates/components/document/document-meta.hbs b/gui/app/templates/components/document/document-meta.hbs
index d3949efb..e9661e0d 100644
--- a/gui/app/templates/components/document/document-meta.hbs
+++ b/gui/app/templates/components/document/document-meta.hbs
@@ -2,25 +2,25 @@
STATUS
+ {{if (eq document.lifecycle constants.Lifecycle.Archived) "label-archived"}}">
{{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}}