Add in percentages to main table
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user