#** * Hyperlinked spelling suggestions in results list *# #set($collations = $response.response.spellcheck.collations.getAll("collation")) #if($collations.size() > 0) Did you mean #foreach($collation in $collations) $esc.html($collation.collationQuery) ($collation.hits)? #end #end