#-- Table of the documents checked out to the current user --> <#-- Shows the Icon and link to the content for the doc, also the size in KB and modified date --> <#assign query="@cm\\:lockOwner:${person.properties.userName}"> <#assign rowcount=0>
Name | Size | Modified Date | Location | |
${child.properties.name} | ${(child.size / 1000)?string("0.##")} KB | ${child.properties.modified?datetime} | ${child.displayPath} |