<#-- Shows version history for the current document, with links to previous content versions --> <#if document?exists>

Document Version History for: ${document.name}

<#list document.versionHistory as record>
VersionNameDescriptionCreated DateCreator
${record.versionLabel} ${record.name} <#if record.description?exists>${record.description} ${record.createdDate?datetime} ${record.creator}
<#else> No document found!