<#if node.isDocument && !isImage>
<#assign c=cropContent(node.properties.content, 2048)>
<#if c?length != 0>
${c?html?replace('$', '
', 'rm')}<#if (c?length >= 2048)>...#if>
<#else>
Sorry, no preview currently available for this document.
#if>
<#elseif isImage>

<#elseif node.isContainer>
<#assign childs=node.children?sort_by('name')>
<#if childs?size != 0>
<#list childs as c>
<#--if (c_index >= 25)>
...
<#break>#if>-->
<#if c.isDocument || c.isContainer>
#if>
#list>
<#else>
No items to display
#if>
#if>