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