#template("xwiki.vm")
#template("httpheader.vm")
#template("printheader.vm")
$context.setLinksQueryString("xpage=popup")
$cdoc.getRenderedContent()
$context.unsetLinksQueryString()
#if ($request.get("comments")=="1")
#template("comments2.vm")
#end
#if ($request.get("attachments")=="1")
#foreach ($attach in $doc.attachmentList)
#if ($attach.isImage())
#end
#end
#end
#template("basefooter.vm")
#template("footer.vm")