{% load i18n static %} {% load common %} {% block page_title %}{{ competition.title }} - {{ season.title }} • {{ date|date }}{% endblock %} {% if not request.is_ajax %} {% endif %} {% block customcss %} {% endblock %} {% for venue in season.venues.all %} {% for date, matrix in matrices.items %} {% if not request.is_ajax %}

{{ date|date }} @ {{ venue }}

{% endif %} {% for place in columns %} {% if place.ground.venue == venue %} {% endif %} {% endfor %} {% for place in columns %} {% if place.ground.venue == venue %} {% endif %} {% endfor %} {% for time, data in matrix.items %} {% for place, matches in data.items %} {% if place.ground.venue == venue %} {% endif %} {% endfor %} {% endfor %}
 {% with title=place.abbreviation|default:place.title %}{% trans title %}{% endwith %}
 {% with title=place.abbreviation|default:place.title %}{% trans title %}{% endwith %}
{{ time|time }} {% for match in matches %} {% with division=match.stage.division stage=match.stage home=match.get_home_team away=match.get_away_team %}

{% block division %}{{ division.title|htmlentities }}
{{ stage.title|htmlentities }}{% endblock %}

{% if match.label %}
{% trans match.label %}
{% endif %}

{% block teams %}{{ home.title|htmlentities }}
{{ away.title|htmlentities }}{% endblock %}

{% endwith %} {% endfor %}
{% endfor %} {% endfor %}