#foreach ($projectReport in $report)
$CommonFunctions.displayReady($projectReport.get(0)) |
#foreach ($action in $projectReport)
#if ($velocityCount > 1)
#set ($failed = false)
#set ($msg = $CommonFunctions.displayReady($action))
#if ($msg.startsWith("x"))
#set ($msg = $msg.substring(1))
#set ($failed = true)
#end
#if ($failed)
x
#end
$msg
|
#end
#end
|
#end
|
|