Add in recipient email table

This commit is contained in:
2025-01-02 09:50:44 +00:00
parent 9be485a1a9
commit 372d2b45dd
3 changed files with 168 additions and 36 deletions

View File

@@ -8,10 +8,9 @@
</thead>
<tbody>
<tr tal:repeat="item array_2d">
<td tal:repeat="cell item">${cell}<span tal:condition="repeat.cell.index == 2">%</span></td>
<td tal:repeat="cell item">${cell}</td>
</tr>
</tbody>
</table>
</div>
</div>