That should be inside a table and belongs to a row...
# suitescript
a
That should be inside a table and belongs to a row...
d
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>