{{#if showVersionChecks}} {{partial 'admin/templates/version_checks'}} {{/if}}
{{#unless loading}} {{ render 'admin/templates/reports/trust_levels_report' users_by_trust_level tagName="tbody" }} {{/unless}}
  0 1 2 3 4
{{i18n 'admin.dashboard.admins'}} {{#link-to 'adminUsersList.show' 'admins'}}{{admins}}{{/link-to}} {{i18n 'admin.dashboard.suspended'}} {{#link-to 'adminUsersList.show' 'suspended'}}{{suspended}}{{/link-to}}
{{i18n 'admin.dashboard.moderators'}} {{#link-to 'adminUsersList.show' 'moderators'}}{{moderators}}{{/link-to}} {{i18n 'admin.dashboard.blocked'}} {{#link-to 'adminUsersList.show' 'blocked'}}{{blocked}}{{/link-to}}
{{#unless loading}} {{ render 'admin_report_counts' signups }} {{ render 'admin_report_counts' topics }} {{ render 'admin_report_counts' posts }} {{ render 'admin_report_counts' likes }} {{ render 'admin_report_counts' flags }} {{ render 'admin_report_counts' bookmarks }} {{ render 'admin_report_counts' emails }} {{/unless}}
  {{i18n 'admin.dashboard.reports.today'}} {{i18n 'admin.dashboard.reports.yesterday'}} {{i18n 'admin.dashboard.reports.last_7_days'}} {{i18n 'admin.dashboard.reports.last_30_days'}} {{i18n 'admin.dashboard.reports.all'}}
{{#unless loading}} {{ render 'admin_report_counts' user_to_user_private_messages }} {{ render 'admin_report_counts' system_private_messages }} {{ render 'admin_report_counts' notify_moderators_private_messages }} {{ render 'admin_report_counts' notify_user_private_messages }} {{ render 'admin_report_counts' moderator_warning_private_messages }} {{/unless}}
{{i18n 'admin.dashboard.private_messages_short'}} {{i18n 'admin.dashboard.reports.today'}} {{i18n 'admin.dashboard.reports.yesterday'}} {{i18n 'admin.dashboard.reports.last_7_days'}} {{i18n 'admin.dashboard.reports.last_30_days'}} {{i18n 'admin.dashboard.reports.all'}}
{{#unless loading}} {{ render 'admin/templates/reports/per_day_counts_report' visits tagName="tbody"}} {{/unless}}
  {{i18n 'admin.dashboard.reports.today'}} {{i18n 'admin.dashboard.reports.yesterday'}} {{i18n 'admin.dashboard.reports.7_days_ago'}} {{i18n 'admin.dashboard.reports.30_days_ago'}}
{{#unless loading}} {{/unless}}
 
{{i18n 'admin.dashboard.uploads'}} {{disk_space.uploads_used}} ({{i18n 'admin.dashboard.space_free' size=disk_space.uploads_free}}) {{i18n 'admin.dashboard.backups'}} {{disk_space.backups_used}} ({{i18n 'admin.dashboard.space_free' size=disk_space.backups_free}})
{{#if foundProblems}}

{{i18n 'admin.dashboard.problems_found'}}

    {{#each problem in problems}}
  • {{{problem}}}
  • {{/each}}

{{i18n 'admin.dashboard.last_checked'}}: {{problemsTimestamp}} {{d-button action="refreshProblems" class="btn-small" icon="refresh" label="admin.dashboard.refresh_problems"}}

{{else}} {{#if thereWereProblems}}
 

{{i18n 'admin.dashboard.no_problems'}} {{d-button action="refreshProblems" class="btn-small" icon="refresh" label="admin.dashboard.refresh_problems"}}

{{/if}} {{/if}}
{{#unless loading}} {{#each data in top_referred_topics.data}} {{/each}} {{/unless}}
{{top_referred_topics.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}}) {{top_referred_topics.ytitles.num_clicks}}
{{data.num_clicks}}
{{#unless loading}} {{#each s in top_traffic_sources.data}} {{/each}} {{/unless}}
{{top_traffic_sources.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}}) {{top_traffic_sources.ytitles.num_clicks}} {{top_traffic_sources.ytitles.num_topics}}
{{s.domain}} {{s.num_clicks}} {{s.num_topics}}
{{#unless loading}} {{#each r in top_referrers.data}} {{/each}} {{/unless}}
{{top_referrers.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}}) {{top_referrers.ytitles.num_clicks}} {{top_referrers.ytitles.num_topics}}
{{#link-to 'adminUser' r}}{{unbound r.username}}{{/link-to}} {{r.num_clicks}} {{r.num_topics}}
{{i18n 'admin.dashboard.last_updated'}} {{updatedTimestamp}}