diff --git a/tournaments/templates/tournaments/team_row.html b/tournaments/templates/tournaments/team_row.html index 4205bc4..09867b8 100644 --- a/tournaments/templates/tournaments/team_row.html +++ b/tournaments/templates/tournaments/team_row.html @@ -5,7 +5,8 @@
WC Tableau
{% elif team.wildcard_groupstage %}
WC Qualifications
- {% else %} + {% endif %} + {% if team.names %}
{% for name in team.names %}
{{ name }}
@@ -18,6 +19,8 @@
{% elif not team.wildcard_bracket and not team.wildcard_groupstage %}
{{ team.weight }}
+ {% elif team.names %} +
{{ team.weight }}
{% else %}
{% endif %}