michoel
<#list record.line as line> <#-- your code here --> <#if line?counter == 10> <#break> </#if> </#list>