{i18n}Version Comparison{/i18n}: {$document->getName()}

{capture assign=from} {$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()} ({$document->getMetadataVersion()}) {/capture} {capture assign=to} {$comparison_document->getMajorVersionNumber()}.{$comparison_document->getMinorVersionNumber()} ({$comparison_document->getMetadataVersion()}) {/capture}

{i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#{/i18n}

{if ($document_data.is_manufactured)}

{i18n}Please note{/i18n}: {i18n arg_version=$from}the information for version #version# comes from an older version of KnowledgeTree, and may be incorrect.{/i18n} {/if} {if ($comparison_data.is_manufactured)}

{i18n}Please note{/i18n}: {i18n arg_version=$to}the information for version #version# comes from an older version of KnowledgeTree, and may be incorrect.{/i18n} {/if} {foreach item=oFieldset from=$fieldsets} {$oFieldset->renderComparison($document_data, $comparison_data)} {/foreach}