+
+ {{#if this.contentHidden}}
{{if
this.nameFirst
@@ -84,45 +76,65 @@
(format-username this.user.username)
}}
- {{user-status this.user currentUser=this.currentUser}}
-
- {{/if}}
-
-
- {{#if this.nameFirst}}
-
{{this.user.username}}
- {{else}}
- {{#if this.user.name}}
-
{{this.user.name}}
- {{/if}}
- {{/if}}
- {{#if this.user.title}}
-
{{this.user.title}}
- {{/if}}
- {{#if this.user.staged}}
-
{{i18n "user.staged"}}
- {{/if}}
- {{#if this.hasStatus}}
-
- {{/if}}
-
+ {{#if this.nameFirst}}
+
{{this.user.username}}
+ {{else}}
+ {{#if this.user.name}}
+
{{this.user.name}}
+ {{/if}}
+ {{/if}}
+ {{#if this.user.title}}
+
{{this.user.title}}
+ {{/if}}
+ {{#if this.user.staged}}
+
{{i18n "user.staged"}}
+ {{/if}}
+ {{#if this.hasStatus}}
+
+ {{html-safe this.userStatusEmoji}}
+
+ {{this.user.status.description}}
+
+ {{format-date this.user.status.ends_at format="tiny"}}
+
+ {{/if}}
+
-
+