Add in rejected flag in Badcountry table

This commit is contained in:
2024-06-25 14:20:11 +01:00
parent 1ef07f3acc
commit 68928375d8
2 changed files with 40 additions and 9 deletions

View File

@@ -5,12 +5,11 @@
<th tal:repeat="header column_headers">${header}</th>
</tr>
</thead>
<tbody>
<tbody>
<tr tal:repeat="item array_2d">
<td>${item[0]}</td>
<td>${item[1]}</td>
<td>${item[2]}%</td>
</tr>
<td tal:repeat="cell item">${cell}<span tal:condition="repeat.cell.index == 2">%</span></td>
</tr>
</tbody>
</table>