{% set ns.current_date = match.date %}
{% set ns.current_tournament = match.tournament %}
{% endif %}
{{ match.time }}
{{ match.format }}
{{ match.team1.name }}
{{ match.score1 }}
:
{{ match.score2 }}
{{ match.team2.name }}
胜方
{{ match.winner_name }}
{% endfor %}
{% if results %}