79414518

Date: 2025-02-05 11:06:30
Score: 1
Natty:
Report link

I think I used loop in loop example

<#list record.item as item>
<tr>
<#list item.item as itemRec>
        <td colspan="1" style="text-align: center;">
            <img src="${itemRec.custitem_atlas_item_image@url}" style="width: 50px; height: 50px;" />
        </td>
</#list>
</tr>
  </#list>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gaurav Darade