$r.translate("glossary.title")

#if ($editModeEnabled)
#if($r.available("cmd.add")) $r.render("cmd.add") #end
#end
#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.$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()))
#if($glossaryItem.hasAuthor()) $r.translate("glossary.item.published.by") $r.escapeHtml($glossaryItem.authorName) ${glossaryItem.creationDate} #if($glossaryItem.hasModifier()), #end #end #if($glossaryItem.hasModifier()) $r.translate("glossary.item.modified.by.on") $r.escapeHtml($glossaryItem.modifierName) $glossaryItem.lastModificationDate #end
#end
$r.xssScan($glossaryItem.getGlossDef())
#end #end
#if ($editModeEnabled)

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