{$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}
{$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}