{{#if this.isCommunityHealthVisible}}
{{/if}}
{{#if this.isActivityMetricsVisible}} {{#if this.activityMetrics.length}}
{{i18n "admin.dashboard.reports.today" }}
{{i18n "admin.dashboard.reports.yesterday" }}
{{i18n "admin.dashboard.reports.last_7_days" }}
{{i18n "admin.dashboard.reports.last_30_days" }}
{{#each this.activityMetrics as |metric|}} {{/each}}
{{/if}} {{/if}}

{{i18n "admin.dashboard.last_updated"}}

{{format-date this.model.attributes.updated_at leaveAgo="true" }}

{{#if this.model.attributes.discourse_updated_at}}

{{i18n "admin.dashboard.discourse_last_updated"}}

{{format-date this.model.attributes.discourse_updated_at leaveAgo="true" }}

{{i18n "admin.dashboard.whats_new_in_discourse"}}
{{/if}}
{{#if this.isSearchReportsVisible}}
{{html-safe (i18n "admin.dashboard.reports.trending_search.more" basePath=(base-path) ) }}
{{/if}}