{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="update_downloader"} {if $content.uninstalledUpdates} {include file="get_usermod:Gambio/UpdateDownloader/Admin/Html/uninstalled_updates_modal.html"} {/if} {if $content.updateStatus.info.http_code === 200}

{$txt.UPDATES_AVAILABLE} {$txt.NOTICE_TEXT}

{if count($content.updateStatus.body.updates) > 0}
    {foreach item=update key=fromVersion from=$content.updateStatus.body.updates}
  • {if isset($update.description[$language_code]) && !empty($update.description[$language_code])} {$update.description[$language_code]|unescape:"html" nofilter} {elseif isset($update.description['en']) && !empty($update.description['en'])} {$update.description['en']|unescape:"html" nofilter} {else} {$txt.VERSION_FROM} {$fromVersion} {$txt.VERSION_TO} {$update.version} {/if}
  • {/foreach}

{else}
  • {$txt.NO_UPDATES}
{/if}
{/if} {/block}