<#-- 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> <#list userhome.childrenByLuceneSearch[query] as child> <#if child.isDocument> <#if rowcount % 2 = 0><#else> <#assign rowcount=rowcount+1>
Name Size Modified Date Location
${child.properties.name} ${(child.size / 1000)?string("0.##")} KB ${child.properties.modified?datetime} ${child.displayPath}