$r.translate("dropbox.title")
$r.translate("dropbox.intro")
#if($hasNotification == true)
$r.render("subscription")
#end
#if($numfiles)
$r.translate("dropbox.files", $numfiles)
#else
$r.translate("dropbox.nofiles")
#end
#if ($previewMode == false)
$r.render("dropbox.upload")
#end