Update intensity table head

This commit is contained in:
Gregory Trullemans 2023-11-22 10:48:31 +01:00
parent ef0e8fa890
commit 5a1ccdd379
1 changed files with 10 additions and 6 deletions

View File

@ -27,10 +27,12 @@
<th style="width: 3%">&nbsp;</th>
<th style="width: 8%" class="header">Date</th>
<th style="width: 18%" class="header text-left">Gymnast</th>
<th style="width: 6%" class="header text-center">Time</th>
<th style="width: 6%" class="header text-center">Diff</th>
<th style="width: 6%" class="header text-center"># Skill</th>
<th style="width: 7%" class="header text-center"># passes</th>
<th style="width: 6%" class="header text-center">Time</th>
<th style="width: 6%" class="header text-center"># Skill</th>
<th style="width: 6%" class="header text-center">Diff</th>
<th style="width: 7%" class="header text-center">T/p</th>
<th style="width: 7%" class="header text-center">D/p</th>
<th style="width: 7%" class="header text-center">S/T</th>
@ -52,10 +54,12 @@
{{ intensity.gymnast }}
</a>
</td>
<td class="text-right">{{ intensity.time }}</td>
<td class="text-right">{{ intensity.difficulty_in_unit }}</td>
<td class="text-right">{{ intensity.quantity_of_skill }}</td>
<td class="text-right">{{ intensity.number_of_passes }}</td>
<td class="text-right">{{ intensity.time }}</td>
<td class="text-right">{{ intensity.quantity_of_skill }}</td>
<td class="text-right">{{ intensity.difficulty_in_unit }}</td>
<td class="text-right">{{ intensity.mean_time_by_passe | floatformat:2 }}</td>
<td class="text-right">{{ intensity.mean_difficulty_by_passe_in_unit | floatformat:2 }}</td>
<td class="text-right">{{ intensity.mean_quantity_of_skill_by_time | floatformat:2 }}</td>