#template("xwiki.vm")
#template("httpheader.vm")
#template("header.vm")
#template("viewheader.vm")
#if($xwiki.exists("XWiki.DocumentAlreadyExist"))
$xwiki.includeForm("XWiki.DocumentAlreadyExist",false)
#else
$msg.get("thispagealreadyexists")
#end
#template("basefooter.vm")
#template("footer.vm")