#if ($editModeEnabled)
#if($r.available("cmd.edit.$foreach.count"))
$r.render("cmd.edit.$foreach.count")
#end
#if($r.available("cmd.delete.$foreach.count"))
$r.render("cmd.delete.$foreach.count")
#end
#end
$r.escapeHtml($glossaryItem.glossTerm)
#if ( $glossaryItem.getGlossSynonyms().size() > 0)
#foreach ( $glossSynonym in $glossaryItem.getGlossSynonyms() )
$r.escapeHtml($glossSynonym)
#end
#end
#if($userAllowToEditEnabled && ($glossaryItem.hasAuthor() || $glossaryItem.hasModifier()))
#end
$r.xssScan($glossaryItem.getGlossDef())
#end
#end