#template("xwiki.vm")
#template("httpheader.vm")
#template("header.vm")
#template("viewheader.vm")
#if($xwiki.exists("XWiki.DocumentDoesNotExist"))
$xwiki.includeForm("XWiki.DocumentDoesNotExist",false)
#else
$msg.get("thispagedoesnotexist")
#set($url = $doc.getURL("edit", $editparams))
$xwiki.parseMessage("youcanclicktoedit")
#end
#template("basefooter.vm")
#template("footer.vm")