{% load static %}
{% if team.wildcard_bracket %}
WC Tableau
{% elif team.wildcard_groupstage %}
WC Qualifications
{% endif %} {% if team.names %}
{% if team.team_registration.id %} {% endif %} {% for name in team.names %}
{{ name }}
{% endfor %} {% if team.team_registration.id %}
{% endif %}
{% else %}
Bloqué
{% endif %} {% if tournament.hide_teams_weight %}
{% elif tournament.hide_weight %}
{% elif not team.wildcard_bracket and not team.wildcard_groupstage and team.weight %}
{{ team.weight }}
{% elif team.names and team.weight %}
{{ team.weight }}
{% else %}
{% endif %}
{{ team.stage }}
{% if not forloop.last %}
{% endif %}