#if($r.available("tools.add.catalog.category")) $r.render("tools.add.catalog.category") #end #if($r.available("tools.edit.catalog.category")) $r.render("tools.edit.catalog.category") #end #if($r.available("tools.delete.catalog.entry")) $r.render("tools.delete.catalog.entry") #end #if($r.available("tools.add.catalog.link")) $r.render("tools.add.catalog.link") #end #if($r.available("tools.edit.catalog.category.ownergroup")) $r.render("tools.edit.catalog.category.ownergroup") #end #if($r.available("contact.to.groupname.caretaker")) $r.render("contact.to.groupname.caretaker") #end


$catalogEntryName #if($catalogEntryDesc) $catalogEntryDesc #end #if($subCategories.size != 0)
    #foreach($subCategory in $subCategories)
  • $r.render($subCategory.componentName)
  • #end
#end
$r.render("entries")