$!title
Generated on $!date.format("dd/MM/yyyy @ HH:mm:ss", $!now)
#foreach ($column in $columnOrder)
$columns.get($column)
#end
#foreach($record in $foundset)
#foreach ($column in $columnOrder)
$!record.get($column)
#end
#end