{include file="$template_dir/layouts/main/partial/layout_styles.html"} {include file="$template_dir/layouts/main/partial/initial_styling.html"} {include file="$template_dir/layouts/main/partial/fontawesome_fallback.html"} {$dynamic_style_assets nofilter}
{include file="$template_dir/layouts/main/header/header.html"}
{include file="$template_dir/layouts/main/content/content_header.html"}
{$entry.message nofilter}
{load_language_text section="hub_connector_updater" name="hub_connector_updater"} {if $content.updateStatus.info.http_code === 200}

{$hub_connector_updater.VERSION_SHOP} {$content.updateStatus.body.your_shop_version}
{$hub_connector_updater.VERSION_CONNECTOR} {$content.updateStatus.body.your_connector_version}

{$hub_connector_updater.VERSION_CONNECTOR_UPDATER} {$content.updateStatus.body.your_updater_version}
{$hub_connector_updater.VERSION_LATEST} {$content.updateStatus.body.latest_updater_version}

{if count($content.updateStatus.body.updates) > 0}

{$hub_connector_updater.UPDATES_AVAILABLE}

    {foreach item=update key=fromVersion from=$content.updateStatus.body.updates}
  • {$hub_connector_updater.VERSION_FROM} {$fromVersion} {$hub_connector_updater.VERSION_TO} {$update.version} {if in_array($update.version, $content.downloadedUpdates) && !$content.downloadBeforeUpdate} {$hub_connector_updater.ALREADY_DOWNLOADED} {/if} {if isset($update.description) && !empty($update.description)}
    {$update.description} {/if}
  • {/foreach}

{if !$content.downloadBeforeUpdate} {$hub_connector_updater.ACTION_DOWNLOAD} {/if} {if count($content.updateStatus.body.updates) === count($content.downloadedUpdates) || $content.downloadBeforeUpdate} {$hub_connector_updater.ACTION_INSTALL} {/if}

{$hub_connector_updater.NOTICE} {$hub_connector_updater.NOTICE_TEXT}

{else}

{$hub_connector_updater.UPDATES_AVAILABLE}

{$hub_connector_updater.NO_UPDATES}

{/if} {/if}
{include file="$template_dir/layouts/main/footer/footer.html"}
{include file="$template_dir/layouts/main/partial/jse_configuration.html"} {include file="$template_dir/layouts/main/partial/pace_configuration.html"} {include file="$template_dir/layouts/main/partial/layout_scripts.html"} {$dynamic_script_assets nofilter}