#if($r.available("upload.document") && $r.available("open.editor"))
$r.render("upload.document") $r.render("open.editor")
#elseif($r.available("upload.document")) $r.render("upload.document") #elseif($r.available("open.editor")) $r.render("open.editor") #end
#if($maxDocsWarning && !$maxDocsWarning.isEmpty())
$maxDocsWarning
#end #if($hasDocuments) $r.render("table") #end