Add in percentages to main table

This commit is contained in:
2024-06-05 10:09:28 +01:00
parent 6de00553c2
commit 997de8ca9f
3 changed files with 148 additions and 12 deletions

View File

@@ -6,9 +6,10 @@
</tr>
</thead>
<tbody>
<tr tal:repeat="item array_2d.items()">
<tr tal:repeat="item array_2d">
<td>${item[0]}</td>
<td>${item[1]}</td>
<td>${item[2]}</td>
</tr>
</tbody>
</table>