#if ($editModeEnabled)
#if($r.available("cmd.edit.$velocityCount"))
$r.render("cmd.edit.$velocityCount")
#end
#if($r.available("cmd.delete.$velocityCount"))
$r.render("cmd.delete.$velocityCount")
#end
#end
$r.escapeHtml($glossaryItem.glossTerm)
#if($userAllowToEditEnabled)
#if($glossaryItem.hasAuthor())
$r.translate("glossary.item.published.by")
#if($glossaryItem.authorCmd)
$r.escapeHtml($glossaryItem.authorName)
#else
$r.escapeHtml($glossaryItem.authorName)#end
${glossaryItem.creationDate}
#if($glossaryItem.hasModifier()), #end
#end
#if($glossaryItem.hasModifier())
$r.translate("glossary.item.modified.by.on")
#if($glossaryItem.modifierCmd)
$r.escapeHtml($glossaryItem.modifierName)
#else
$r.escapeHtml($glossaryItem.modifierName)
#end
$glossaryItem.lastModificationDate
#end
#end
#if ( $glossaryItem.getGlossSynonyms().size() > 0)
#foreach ( $glossSynonym in $glossaryItem.getGlossSynonyms() )
$r.escapeHtml($glossSynonym)
#end
#end
$r.xssScan($glossaryItem.getGlossDef())
##
#end
#end