{% load i18n static %} {% load common competition %}
{{ match.date|date:"jS M Y"|default:tba }} | {{ match.time|time:"G:i"|default:tbc }} | {{ match.play_at.title|htmlentities }} |
{{ match.stage.division.title|htmlentities }} {{ match.stage.title|htmlentities }} |
---|---|---|---|
{{ match.get_home_team.title|htmlentities }} | {{ match.get_away_team.title|htmlentities }} | ||
{% if home %} {{ home.person.first_name|htmlentities }} {{ home.person.last_name|htmlentities }} {% else %} {% endif %} | {% if away %} {{ away.person.first_name|htmlentities }} {{ away.person.last_name|htmlentities }} {% else %} {% endif %} |