```<#list record.item as item> <p>$...
# advancedpdf
c
Copy code
<#list record.item as item>
   <p>${item.available}</p>
</#list>
You have to loop through the items and access each line