#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
$glossaryItem.getGlossTerm()
#if($userAllowToEditEnabled)
#if($glossaryItem.hasAuthor())
$r.translate("glossary.item.published.by")
#if($glossaryItem.authorCmd)
$glossaryItem.authorName
#else
$glossaryItem.authorName#end
${glossaryItem.creationDate}
#if($glossaryItem.hasModifier()), #end
#end
#if($glossaryItem.hasModifier())
$r.translate("glossary.item.modified.by.on")
#if($glossaryItem.modifierCmd)
$glossaryItem.modifierName
#else
$glossaryItem.modifierName
#end
$glossaryItem.lastModificationDate
#end
#end
#if ( $glossaryItem.getGlossSynonyms().size() > 0)
#foreach ( $glossSynonym in $glossaryItem.getGlossSynonyms() )
$glossSynonym
#end
#end
$glossaryItem.getGlossDef()
##
#end
#end