{% extends "base.html" %} {% block title %} Admin Dashboard {% endblock %} {% load static %} {% block content %}

User stats

Active users 5m: {{ 5m_views_count }}
Active users 30m: {{ 30m_views_count }}
Active users 1d: {{ day_views_count }} ({{day_views_count_percent_with_account}}% with an account)
Total users: {{ total_users }}
Users with a verified email: {{ verified_emails_count }}
Users added by others with an email but no account: {{ users_with_email_no_account_count }}

Mobile app adoption

Users with the mobile app installed: {{ mobile_app_users_count }} ({{ mobile_app_users_percent }}% of active users)
Active in the app in the last 30 days: {{ mobile_app_users_active_30d }}
Platform split (iOS / Android): {{ mobile_app_users_ios }} / {{ mobile_app_users_android }}
App versions: {% for version in mobile_app_versions %} {{ version.app_version }}: {{ version.count }}{% if not forloop.last %}
{% endif %} {% empty %} — {% endfor %}

Current auction usage

Use this info along with the current users stat to see if it's safe to apply updates
Lots from in person auctions ended in the last 30 minutes {{ in_person_lots_ended }}
Online auction lots scheduled to end in the next 2 hours {{ online_auction_lots_ending }}
{% endblock %}