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>

View File

@@ -173,7 +173,8 @@
</script>
<!--
<p class="cssvalid">
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
@@ -187,6 +188,7 @@
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
-->
</div>
</body>
</html>
</html>