{i18n}Metadata History{/i18n}: {$document->getName()}

{i18n}This lists the older versions of the document, as the metadata about it has been changed.{/i18n}

{foreach item=oVersion from=$versions} {capture assign=version}{$oVersion->getMajorVersionNumber()}.{$oVersion->getMinorVersionNumber()}{/capture} {/foreach}
{i18n}User{/i18n} {i18n}Metadata Version{/i18n} {i18n}Content Version{/i18n} {i18n}Compare{/i18n}
{$context->getUserForId($document->getModifiedUserId())} {$document->getMetadataVersion()} {$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()} {i18n}Current{/i18n}
{$context->getUserForId($oVersion->getModifiedUserId())} {$oVersion->getMetadataVersion()}{$version} {i18n}compare with current{/i18n}