{{ 'Start your Upgrade'|trans }}
{% if versionCompare > 0 %}

{{ 'You come from the future! You are using a more recent version than the latest available!'|trans }}

{% elseif versionCompare == 0 %}

{{ 'Congratulations, you are already using the latest version available!'|trans }}

{% endif %}

{{ 'Your current PrestaShop version'|trans }}: {{ currentPsVersion }}

{{ 'Latest official version for %s channel.'|trans([channel]) }}: {{ latestChannelVersion }}


{% if showUpgradeButton %}
{{ 'Upgrade PrestaShop now!'|trans }} {% if showUpgradeLink %} {{ 'PrestaShop will be downloaded from %s'|trans([upgradeLink]) }} {% if changelogLink is not empty %}

{{ 'Open changelog in a new window'|trans }}

{% endif %} {% else %} {{ 'No file will be downloaded (channel %s is used)'|trans([channel]) }} {% endif %}
{% if skipActions is not empty %}

{{ 'The following action are automatically replaced'|trans }}

    {% for old, new in skipActions %}
  • {{ '%old% will be replaced by %new%'|trans({'%old%': old, '%new%': new}) }}
  • {% endfor %}

{{ 'To change this behavior, you need to manually edit your php files'|trans }}

{% endif %} {% endif %}

{% if showUpgradeButton %} {{ 'Refresh the page'|trans }} - {% else %} {{ 'Check if a new version is available'|trans }} - {% endif %} {% if lastVersionCheck %} {{ 'Last check: %s'|trans([lastVersionCheck|date('Y-m-d H:i:s')]) }} {% else %} {{ 'Last check: never'|trans }} {% endif %}

{{ 'Expert mode'|trans }}

{{ 'Please select your channel:'|trans }}

{{ 'Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.'|trans }}
{{ 'The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).'|trans }}
{{ 'By default, you should use the "Minor release" channel which is offering the latest stable version available.'|trans|raw }}


{{ channelInfoBlock|raw }}
{{ 'This option regroup all stable versions.'|trans }}

{% if archiveFiles is not empty %}

{% else %}
{{ 'No archive found in your admin/autoupgrade/download directory'|trans }}
{% endif %}
{{ 'Save in the following directory the archive file of the version you want to upgrade to: %s'|trans(['/admin/autoupgrade/download/'])|raw }}
{{ 'Click "Save" once the archive is there.'|trans }}
{{ 'This option will skip the download step.'|trans }}
{{ 'Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s'|trans(['/admin/autoupgrade/latest/'])|raw }}

{{ 'Click "Save" once the archive is there.'|trans }}
* {{ 'This option will skip both download and unzip steps and will use %1$s as the source directory'|trans(['/admin/autoupgrade/latest/'])|raw }}

{% if manualMode %}
{{ 'Step'|trans }}

{{ 'Upgrade steps'|trans }} :

download unzip{# unzip in autoupgrade/latest #} removeSamples {# remove samples (iWheel images) #} backupFiles backupDb upgradeFiles upgradeDb upgradeModules cleanDb upgradeComplete
{% endif %}