AVM Store: ${store.id}

AVM Folder: ${folder.displayPath}/${folder.name}

<#if folder.parent?exists> <#list folder.children as child> <#if child.isContainer>
${folder.parent.properties.creator} ${folder.parent.size} ${folder.parent.properties.modified?datetime} ..
${child.properties.creator} ${child.size} ${child.properties.modified?datetime} >${child.name} <#else> ${child.properties.creator} ${child.size} ${child.properties.modified?datetime} ${child.name}
<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url}