{% load i18n static %} {% load common %}
{% trans "Time" %} | {% trans "Division" %} | {% trans "Place" %} | {% trans "Team 1" %} | {% trans "Team 2" %} |
---|---|---|---|---|
{% ifchanged match.datetime %}{{ match.datetime|time }}{% endifchanged %} | {{ match.stage.division.short_title|default:match.stage.division.title|htmlentities }} | {{ match.play_at.title|htmlentities }} | {{ match.get_home_team.title|htmlentities }} | {{ match.get_away_team.title|htmlentities }} |
{% now "D, j M Y H:i:s e" %} by {{ user.get_full_name|default:user.email }}