{% 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 }}
{% set clean_status = match.status.replace('赛前分析', '').strip() %}
{% if clean_status %}
{{ clean_status }}
{% endif %}
{% endfor %}
{% if matches %}