{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block content %}

Fixtures

View and manage synchronized boxing match fixtures with status tracking.

{% if current_user.is_admin %}
{% endif %}
Total Fixtures

0

Pending

0

Running

0

Completed

0

Filter Options
All Fixtures
0 fixtures
Fixture # Date Fighters Venue Status Upload Status Start Time Created Actions
{% if current_user.is_admin or (hasattr(current_user, 'role') and current_user.role != 'cashier') %}

Fixture template

Manage reusable fixture configurations with customizable odds.

Fixture Template
0 template
Fixture # Date Fighters Venue Status Upload Status Start Time Created Actions
{% endif %}
{% endblock %}