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

Fixtures

← Back to Dashboard
{% if search_query or status_filter %} Clear {% endif %}
{% if fixtures %} {% for fixture in fixtures %} {% endfor %}
Fixture ID Filename Upload Date Matches Status Actions
{{ fixture.fixture_id[:8] }}... {{ fixture.filename }} {{ fixture.upload_date.strftime('%Y-%m-%d %H:%M') if fixture.upload_date else 'N/A' }} {{ fixture.match_count }} matches {% if fixture.active_matches == fixture.match_count %} All Active ({{ fixture.active_matches }}/{{ fixture.match_count }}) {% elif fixture.active_matches > 0 %} Partial ({{ fixture.active_matches }}/{{ fixture.match_count }}) {% else %} Inactive (0/{{ fixture.match_count }}) {% endif %} View
{% if pagination and pagination.pages > 1 %} {% endif %} {% else %}

No fixtures found

Upload a fixture file to get started.

Upload Fixture File
{% endif %}