#if($hasResult)
#if ($emptyResult)
#else
#if ($searchResults.hasTooManyResults())
$r.translate("too.many.results",$searchResults.getMaxHits())
#end
#foreach ($result in $results)
$r.render("result_$velocityCount")
#end
#if ($numOfPages != 1)
#end
#end
#end