{% load i18n %} {% load league_tags %} {% if schedule %}
{% trans "Week" %} | {% trans "Date" %} | {% trans "Home team" %} | {% trans "Score" %} | {% trans "Away Team" %} |
---|---|---|---|---|
{{match.week}} | {{match.date}} | {{match.home_team}} | {% if match.home_team_score != Null and match.away_team_score != Null %}{{ match.home_team_score }} : {{ match.away_team_score }} {% else %} - : - {% endif %} | {{match.away_team}} |