@ -74,7 +74,7 @@
<th>Jour</th>
</tr>
{% for team in tournament.teams %}
<tr height='100%' style="background-color:{{ team.backgroundColor }};">
<tr height='100%' style="background-color:{{ team.background_color }};">
<td class="score">#{{ team.position }}</td>
<td class="name" width='50%'>{{ team.name|linebreaksbr }}</td>
<td class="score">{{ team.rank }}</td>