<#-- 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 --> <#list userhome.children as child> <#if child.isDocument>
Name Size Locked
${child.properties.name} ${(child.size / 1000)?string("0.##")} KB  <#if child.isLocked>Yes