{% load i18n static %} {% load common %} {% trans "Scorecards" %} {% trans "TBA" as tba context "abbreviation: to be advised" %} {% trans "TBC" as tbc context "abbreviation: to be confirmed" %} {% for match in matches %} {# The date and time should always be local time for a scorecard, these are used at the game! #}
{{ match.stage.division.short_title|default:match.stage.division.title }} {% if match.stage_group %}
{{ match.stage_group.short_title|default:match.stage_group.title }} {% else %} {% if match.is_final %}
{{ match.label }} {% endif %} {% endif %}
{% if match.play_at %} {{ match.play_at.content_object.abbreviation|default:match.play_at.title }} {% else %} {{ tba }} {% endif %} {{ match.time|time:"G:i"|default:tbc }} {{ match.date|date:"jS M Y"|default:tba }}
{{ match.get_home_team.title }} {{ match.get_away_team.title }}
{% trans "Captain:" %} {% trans "Score:" %} {% trans "Captain:" %} {% trans "Score:" %}
{% trans "Referees:" %}
{% endfor %}