{{#if showVersionChecks}} {{partial 'admin/templates/version-checks'}} {{/if}}
{{#unless loading}} {{admin-report-trust-level-counts report=users_by_trust_level}} {{/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}} {{admin-report-per-day-counts report=visits}} {{admin-report-counts report=signups}} {{admin-report-counts report=topics}} {{admin-report-counts report=posts}} {{admin-report-counts report=likes}} {{admin-report-counts report=flags}} {{admin-report-counts report=bookmarks}} {{admin-report-counts report=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}} {{admin-report-counts report=page_view_anon_reqs}} {{admin-report-counts report=page_view_logged_in_reqs}} {{admin-report-counts report=page_view_crawler_reqs}} {{admin-report-counts report=page_view_total_reqs}} {{/unless}}
{{i18n 'admin.dashboard.page_views_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}} {{admin-report-counts report=user_to_user_private_messages}} {{admin-report-counts report=system_private_messages}} {{admin-report-counts report=notify_moderators_private_messages}} {{admin-report-counts report=notify_user_private_messages}} {{admin-report-counts report=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}} {{/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}})
{{#unless loading}} {{#if showTrafficReport}}
{{#unless loading}} {{admin-report-counts report=http_2xx_reqs}} {{admin-report-counts report=http_3xx_reqs}} {{admin-report-counts report=http_4xx_reqs}} {{admin-report-counts report=http_5xx_reqs}} {{admin-report-counts report=http_background_reqs}} {{admin-report-counts report=http_total_reqs}} {{/unless}}
{{i18n 'admin.dashboard.traffic_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'}}
{{else}}
{{i18n 'admin.dashboard.show_traffic_report'}}
{{/if}} {{/unless}}
{{#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}}