<?xml version="1.0" encoding="UTF-8"?>

<xwikidoc>
<web>XWiki</web>
<name>ClassItemSheet</name>
<language></language>
<defaultLanguage>en</defaultLanguage>
<translation>0</translation>
<parent>XWiki.XWikiClasses</parent>
<creator>XWiki.superadmin</creator>
<author>XWiki.superadmin</author>
<contentAuthor></contentAuthor>
<creationDate>1128332018000</creationDate>
<date>1128332020000</date>
<contentUpdateDate>1427132249580</contentUpdateDate>
<version>1.2</version>
<title></title>
<template></template>
<content>## you can modify this page to customize the presentation of your object
## at first you should keep the default presentation
## save this template using the save button at the top left

1 Document $doc.name

## Change class name to your class name 
#set($class = $doc.getObject("XWiki.MyClass").xWikiClass)

&lt;table border="1" cellspacing="0" cellpadding="2"&gt;
#foreach($prop in $class.properties)
&lt;tr&gt;&lt;td&gt; *${prop.prettyName}* &lt;/td&gt;
&lt;td&gt;$doc.display($prop.getName())&lt;/td&gt;
&lt;/tr&gt;
#end
&lt;/table&gt;
</content>
<renderedcontent>&lt;h2 class="heading-1"&gt;&lt;span id="HDocumentClassItemSheet"&gt;Document ClassItemSheet&lt;/span&gt;&lt;/h2&gt;&lt;p class="paragraph"/&gt;
&lt;table border="1" cellspacing="0" cellpadding="2"&gt;
&lt;/table&gt;
</renderedcontent>
</xwikidoc>