{% load i18n static %} {% load common %}
{% for place in columns %} {% if place.ground.venue == venue %} | {% with title=place.abbreviation|default:place.title %}{% trans title %}{% endwith %} | {% endif %} {% endfor %}
---|---|
{% for place in columns %} {% if place.ground.venue == venue %} | {% with title=place.abbreviation|default:place.title %}{% trans title %}{% endwith %} | {% endif %} {% endfor %}
{{ time|time }} | {% for place, matches in data.items %} {% if place.ground.venue == venue %}
{% 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 }}
{% if match.label %}
|
{% endif %}
{% endfor %}