{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="version_history" name="version_history"} {foreach item=versionInfo from=$content.version_info_items} isForcedInstallationVersion() === true} class="forced-version" {elseif $versionInfo->isOriginInstallationVersion() === true} class="origin-version" {elseif $versionInfo->isCurrentInstallationVersion() === true} class="current-version" {elseif $versionInfo->isInstalledTargetVersion() === true} class="installation-version" {elseif $versionInfo->isFailedInstallationVersion() === true} class="failed-version" {/if} > {/foreach}
{$version_history.TABLE_HEAD_NAME} {$version_history.TABLE_HEAD_VERSION} {$version_history.TABLE_HEAD_INSTALLATION_DATE} {$version_history.TABLE_HEAD_VENDOR} {$version_history.TABLE_HEAD_CHANGELOG}
{$versionInfo->getName()} {$versionInfo->getVersion()} {$versionInfo->getInstallationDate()->format('Y-m-d H:i:s')} {$versionInfo->getVendor()} {if $versionInfo->getChangelogVersionURL() !== '/'} {/if}

{$version_history.TABLE_FOOT_HEADLINE}

  {$version_history.TABLE_FOOT_TEXT_ORIGIN}
  {$version_history.TABLE_FOOT_TEXT_CURRENT}
  {$version_history.TABLE_FOOT_TEXT_INSTALLED}
  {$version_history.TABLE_FOOT_TEXT_FORCED}
  {$version_history.TABLE_FOOT_TEXT_FAILED}
{/block}