Lalo
09/20/2019, 8:13 PMLalo
09/20/2019, 8:14 PM<#if record.promotions?has_content>
<table class="memo"><!-- start items --><#list record.promotions as promotions><#if promotions_index==0>
<tr>
<td><strong>Promotions</strong></td>
</tr></#if>
<tr>
<td><strong>${promotions.promocode_display}</strong></td>
</tr></#list>
</table>
</#if>