#-- Shows some general info about the current document, including NodeRef and aspects applied -->
General document info
<#if document?exists>
Current Document Info:
Name: ${document.name}
Ref: ${document.nodeRef}
Type: ${document.type}
Content URL: /alfresco${document.url}
Locked: <#if document.isLocked>Yes<#else>No#if>
Aspects:
<#list document.aspects as aspect>
${aspect} |
#list>
<#else>
No document found!
#if>