## begin: #col1 - first float column
#if($existsCol1 && $r.visible("col1"))
#end
## end: #col1
## begin: #col2 second float column
#if($existsCol2 && $r.visible("col2"))
#end
## end: #col2
## begin: #col3 static column
#if($existsCol3 && $r.visible("col3"))
#end
## end: #col3
#if(($existsCol1 && $r.visible("col1")) || ($existsCol2 && $r.visible("col2")))
#end