{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Welcome back, {{ current_user.username }}!

Here's an overview of your fixture management activity.

{{ user_matches or 0 }}
Your Matches
{{ user_uploads or 0 }}
Your Uploads
{% if current_user.is_admin and system_stats %}
{{ system_stats.get('total_matches', 0) }}
Total System Matches
{{ system_stats.get('total_users', 0) }}
Total Users
{% endif %}
{% if recent_fixtures %}
Recent Fixtures
View All Fixtures
{% endif %}
Quick Actions
Upload Fixture File Browse Fixtures View Statistics Manage API Tokens