#-- 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>
${message("templates.my_docs.name")} | ${message("templates.my_docs.size")} | ${message("templates.my_docs.modified.date")} | ${message("templates.my_docs.locked")} | |
${child.properties.name} | ${(child.size / 1000)?string("0.##")} KB | ${child.properties.modified?datetime} | <#if child.isLocked>${child.properties.lockOwner}#if> |