#list record.item as item>
<#assign theListSize = record.item?size>
<#if theListSize lte 25>
${item.custcol_nes_bulkpickline} |
${item.item} |
${item.quantity} |
#if>
<#if theListSize gt 25>
${item.custcol_nes_bulkpickline} |
${item.item} |
${item.quantity} |
<#else>
|
|
|
#if>
#list>