Another low ball. If I'm wanting to output multiple fields on to an advanced PDF, is it appropriate to use "#list" each time I want to do it. So '<#list record.item as item>${item.quantity} </#list>' and '<#list record.item as item>${item.description} </#list>' etc etc. Or am I going to run into trouble further down stream doing this?