<#if node.version?exists>
<tr><td> Version:</td><td>${node.version}</td></tr>
</#if>
<#if node.labelversion?exists>
<tr><td> Version:</td><td>${node.labelversion}</td></tr>
</#if>
<#if node.properties.version?exists>
<tr><td> VersionProperties:</td><td>${node.properties.version}</td></tr>
</#if>
<#if node.properties.labelversion?exists>
<tr><td> ProperLabelVersion:</td><td>${node.properties.labelversion}</td></tr>
</#if>
<#if document.hasAspect("cm:versionable")>
<tr><td> Version:</td><td>${document.properties['cm:versionLabel']}</td></tr>
</#if>
<#if node.properties.versionLabel?exists>
<tr><td> Version:</td><td>${node.properties.versionLabel}</td></tr>
</#if>
<#if node.isDocument>
<#if node.hasAspect("cm:versionable")>
<tr><td> Version:</td><td>${node.properties['cm:versionLabel']}</td></tr>
</#if>
</#if>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.