{% extends 'base.html' %} {% block title %}Admin β {{ app_brand }}{% endblock %} {% block head %} {% endblock %} {% block content %}
| # | Teams | Date & Time | Venue | Status | Winner | Preds | Actions |
|---|---|---|---|---|---|---|---|
| {{ match.match_number or 'β' }} |
{{ match.team1_abbr }}
vs
{{ match.team2_abbr }}
{{ match.team1 }} vs {{ match.team2 }}
|
{{ match.match_date|format_date }} {{ match.match_time }} |
{{ match.venue or 'β' }} | {{ match.status }} |
{% if match.winner and match.winner != 'ABANDONED' %}
{{ match.winner }}
{% if match.man_of_match %}β {{ match.man_of_match }} {% endif %}
{% elif match.status == 'abandoned' %}Abandoned
{% else %}β{% endif %}
|
View |
|