michoel
<#list statement.lines as line> <#if ! line.description == "Opening Balance"> <tr> <#-- output the line here --> </tr> </#if> </#list>