Statistics
← Back to DashboardYour Statistics
{% if user_stats %}
{% endif %}
{% if current_user.is_admin and system_stats %}
{{ user_stats.get('total_uploads', 0) }}
Total Uploads
{{ user_stats.get('total_matches', 0) }}
Total Matches
{{ user_stats.get('active_matches', 0) }}
Active Matches
System Statistics
{% for key, value in system_stats.items() %}
{% endfor %}
{% endif %}
{{ value }}
{{ key.replace('_', ' ').title() }}