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

{i18n}This allows you to have a brief overview of the history of the document.{/i18n}

{foreach item=aTransactionRow from=$transactions} {/foreach}
{i18n}User{/i18n} {i18n}Action{/i18n} {i18n}Date{/i18n} {i18n}Content version{/i18n} {i18n}Comment{/i18n}
{$aTransactionRow.user_name} {$aTransactionRow.transaction_name} {$aTransactionRow.datetime} {$aTransactionRow.version} {$aTransactionRow.comment}