#if ($editModeEnabled)
#if($r.available("cmd.add")) $r.render("cmd.add") #end
#end

$r.translate("glossary.title")


#if ($registerEnabled)
#foreach( $registerLink in $registerLinkList ) #set ( $indexChar = $registerLink.getI18n() ) $r.render("register.link.$indexChar") #end $r.render("register.link.all")
#end
#foreach($glossaryItem in $editAndDelButtonList ) #set ($glossaryItemIndex = $glossaryItem.getIndex()) #if ( $filterIndex == $glossaryItemIndex || $filterIndex == "all" ) ##
#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
#if ($editModeEnabled)

#if($r.available("cmd.add")) $r.render("cmd.add") #end
#end