{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="update_downloader"}
{if count($content.updateStatus.body.updates) > 0}

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

    {foreach item=update key=key from=$content.updateStatus.body.updates}
  • {$update.name[$language_code]|unescape:"html" nofilter}

    {if $update.icon[$language_code]} {elseif $update.image[$language_code]} {/if}
    {$update.description.short[$language_code]|truncate:55:" ..."}
  • {/foreach}

{include file="get_usermod:Gambio/UpdateDownloader/Admin/Html/update_details_modal.html"} {include file="get_usermod:Gambio/UpdateDownloader/Admin/Html/download_updates_modal.html"} {else}

{$txt.UPDATES_AVAILABLE}


{$txt.NO_UPDATES}


{$txt.DATA_PRIVACY_DISAGREE_BUTTON}

{/if} {include file="get_usermod:Gambio/UpdateDownloader/Admin/Html/info_modal.html"} {if $content.uninstalledUpdates} {include file="get_usermod:Gambio/UpdateDownloader/Admin/Html/uninstalled_updates_modal.html"} {/if}
{/block}