+ {{#unless user.profile_hidden}}
+
+ {{#if user.last_posted_at}}
+
{{i18n 'last_post'}}
+ {{format-date user.last_posted_at leaveAgo="true"}}
+ {{/if}}
+ {{i18n 'joined'}}
+ {{format-date user.created_at leaveAgo="true"}}
+ {{#if user.time_read}}
{{i18n 'time_read'}}
{{format-duration user.time_read}}
@@ -162,27 +162,27 @@
({{i18n 'time_read_recently' time_read=recentTimeRead}})
{{/if}}
- {{#if showCheckEmail}}
-
- {{d-icon "far-envelope" title="user.email.title"}}
- {{#if user.email}}
- {{user.email}}
- {{else}}
- {{d-button
- action=(action "checkEmail")
- actionParam=user
- icon="far-envelope"
- label="admin.users.check_email.text"
- class="btn-primary"}}
- {{/if}}
-
- {{/if}}
- {{plugin-outlet name="user-card-metadata" args=(hash user=user)}}
-
- {{/unless}}
- {{plugin-outlet name="user-card-after-metadata" args=(hash user=user)}}
-
+ {{/if}}
+ {{plugin-outlet name="user-card-metadata" args=(hash user=user)}}
+