{% extends '@CoreUpdater/layout.twig' %}
{% import '@CorePluginsAdmin/macros.twig' as pluginsMacro %}
{% block content %}
{{ 'CoreUpdater_ThereIsNewVersionAvailableForUpdate'|translate }}
{% if can_auto_update %}{{ 'CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage'|translate(piwik_new_version) }}
{% else %}{{ 'Installation_SystemCheckAutoUpdateHelp'|translate }}
{{ 'CoreUpdater_YouMustDownloadPackageOrFixPermissions'|translate(piwik_new_version) }} {{ makeWritableCommands|raw }}
{% endif %} {% if incompatiblePlugins %}{{ 'CoreUpdater_IncompatbilePluginsWillBeDisabledInfo'|translate(piwik_new_version) }}
{% endif %} {% if can_auto_update %} {% endif %}