Kevin Baxter
05/25/2023, 1:08 PM<table style="width: 45%; margin-top: 10px;">
<#list record.customsublist47 as component>
<#if item_index==0>
<thead>
<tr>
<th align="center" colspan="3" style="padding: 10px 6px;">${component.item@label}</th>
<th align="center" colspan="1" style="padding: 10px 6px;">${component.sumofquantity@label}</th>
</tr>
</thead>
</#if>
<tr>
<td align="center" colspan="3" line-height="150%">${component.item}</td>
<td align="center" colspan="1" line-height="150%">${component.quantity}</td>
</tr>
</#list>
</table>
</#if>