{% extends "tournamentcontrol/competition/base.html" %} {% load i18n %} {% load common competition %} {% block body_class %}{{ block.super }} team-timeline{% endblock %} {% block page_title %}{% trans competition.title %} - {% trans season.title %} - {% trans division.title %} - {% trans team.title %}{% endblock %} {% block content %} {% trans "TBA" as tba context "abbreviation: to be advised" %} {% block heading %}
{% blocktrans with played=record.played %}Played {{ played }}: {{ wins }}, {{ losses }}, {{ draws }}.{% endblocktrans %}
{% endif %} {% endblock %} {% block timeline %} {% for day in timeline %}{% trans "No matches have been scheduled yet." %}
{% endfor %} {% endblock %} {% block undecided %} {% if undecided_by_date %}{% trans "These matches depend on results still to come — each side is shown by its formula until the standings decide it." %}
{% for date, matches in undecided_by_date.items %}