{% load static %}
{% if match.bracket_name %} {% endif %} {% if not match.ended %} {% endif %}
{% for team in match.teams %}
{% if match.has_walk_out %} {% if team.is_walk_out %}WO{% endif %} {% elif match.should_show_scores %}
{% for score in team.scores %} {{ score.main }} {% if score.tiebreak %} {{ score.tiebreak }} {% endif %} {% endfor %}
{% elif not tournament.hide_weight and team.weight %} {{ team.weight }} {% endif %}
{% endfor %}