#-- 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>
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}#if> |