|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="flex {% if team.qualified %}qualified{% endif %}"> |
|
|
|
<div class="flex {% if team.qualified %}qualified{% endif %}"> |
|
|
|
<div class="flex-left player {% if team.names|length == 1 %}single-player{% else %}two-players{% endif %}"> |
|
|
|
<div class="flex-left player {% if team.names|length == 1 %}single-player{% else %}two-players{% endif %}"> |
|
|
|
{% if team.team_registration.id %} |
|
|
|
{% if team.team_registration.id and team.weight %} |
|
|
|
<a href="{% url 'team-details' tournament.id team.team_registration.id %}" class="group-stage-link"> <!-- Add this anchor tag --> |
|
|
|
<a href="{% url 'team-details' tournament.id team.team_registration.id %}" class="group-stage-link"> <!-- Add this anchor tag --> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
{% if team.team_registration.id %} |
|
|
|
{% if team.team_registration.id and team.weight %} |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% if tournament.hide_weight %} |
|
|
|
{% if tournament.hide_weight %} |
|
|
|
<div class="score ws"></div> |
|
|
|
<div class="score ws"></div> |
|
|
|
{% else %} |
|
|
|
{% elif team.weight %} |
|
|
|
<div class="score ws numbers">{{ team.weight }}</div> |
|
|
|
<div class="score ws numbers">{{ team.weight }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|