That should be inside a table and belongs to a row...
d
Dan P
07/16/2020, 7:18 PM
Table and row make no difference. Also tried:
<#if record.itemcost?has_content>
<table style="width: 100%">
<#list record.itemcost as itemcostLine>
<tr><td>test line ${itemcostLine.memo}</td></tr>
</#list>
</table>
</#if>