{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="version_history" name="version_history"} {block name="admin_version_history_table"} {block name="admin_version_history_table_thead"} {block name="admin_version_history_table_thead_ths"} {/block} {/block} {block name="admin_version_history_table_tbody"} {foreach item=versionInfo from=$content.version_info_items} {block name="admin_version_history_table_row"} 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} > {block name="admin_version_history_table_row_tds"} {/block} {/block} {/foreach} {/block} {block name="admin_version_history_table_tfoot"} {block name="admin_version_history_table_tfoot_tds"} {/block} {/block}
{$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}
{block name="admin_version_history_table_tfoot_tds_headline"}

{$version_history.TABLE_FOOT_HEADLINE}

{/block} {block name="admin_version_history_table_tfoot_tds_legend"}
{block name="admin_version_history_table_tfoot_tds_legend_items"}
  {$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}
{/block}
{/block} {block name="admin_version_history_modal"} {/block} {/block}