#foreach($column in $result.cols) #end #foreach($row in $result.rows) #foreach($cell in $row.c) #end #end
$column.label
#if($cell.f) #if($cell.v.startsWith("/")) $cell.v #else $cell.f #end #elseif($cell.v) $cell.v #else   #end