<?xml version="1.0" encoding="ISO-8859-1"?>

<xwikidoc>
<web>XWiki</web>
<name>ClassItemSheet</name>
<language></language>
<defaultLanguage>en</defaultLanguage>
<translation>0</translation>
<parent>XWiki.XWikiClasses</parent>
<creator>XWiki.Admin</creator>
<author>XWiki.Admin</author>
<customClass></customClass>
<contentAuthor>XWiki.Admin</contentAuthor>
<creationDate>1165957900000</creationDate>
<date>1166177447000</date>
<contentUpdateDate>1169801142000</contentUpdateDate>
<version>1.6</version>
<title></title>
<template></template>
<defaultTemplate></defaultTemplate>
<validationScript></validationScript>
<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.

1 Document $doc.name

## Change class name to your class name 
#set($class = $doc.getObject("XWiki.MyClass").xWikiClass)
#set($hasProps = false)
#foreach($prop in $class.properties)
#if($velocityCount == 1)
#set($hasProps = true)
&lt;dl&gt;
#end
&lt;dt&gt; ${prop.prettyName} &lt;/dt&gt;
&lt;dd&gt;$doc.display($prop.getName())&lt;/dd&gt;
#end
#if($hasProps)
&lt;/dl&gt;
#end
</content></xwikidoc>