|
|
|
|
@ -92,15 +92,12 @@ |
|
|
|
|
<th>Classement</th> |
|
|
|
|
<th>Nom</th> |
|
|
|
|
<th>Poids</th> |
|
|
|
|
<th>Rang initial</th> |
|
|
|
|
</tr> |
|
|
|
|
{% for team in tournament.teamsByFinalRank %} |
|
|
|
|
<tr height='100%' style="background-color:{{ team.background_color }};"> |
|
|
|
|
<tr height='100%'> |
|
|
|
|
<td class="score">#{{ team.position_finale }}</td> |
|
|
|
|
<td class="name" width='40%'>{{ team.name|linebreaksbr }}</td> |
|
|
|
|
<td class="score">{{ team.rank }}</td> |
|
|
|
|
|
|
|
|
|
<td class="name" width='20%'>{{ team.position }}</td> |
|
|
|
|
</tr> |
|
|
|
|
{% endfor %} |
|
|
|
|
</table> |
|
|
|
|
|