<#-- Table of the documents in my Home Space --> <#-- Shows the Icon and link to the content for the doc, also the size in KB and lock status --> <#assign rowcount=0> <#list userhome.children as child> <#if child.isDocument> <#if rowcount % 2 = 0><#else> <#assign rowcount=rowcount+1>
Name Size Modified Date Locked By
${child.properties.name} ${(child.size / 1000)?string("0.##")} KB ${child.properties.modified?datetime}  <#if child.isLocked>${child.properties.lockOwner}