{% extends "_layouts/base" %} {% set title = "{app} Update"|t({ app: blx.config.appName }) %} {% includeCssResource "css/update.css" %} {% includeJsResource "js/update.js" %} {% includeTranslations "Unable to determine what to update.", "An unknown error occurred. Rolling back…", "All done!" %} {% set body %}
{{ "Preparing to update…"|t }}
{% endset %} {% set js %} new Blocks.Updater('{{ handle }}', {{ blx.request.getQuery('manual') ? 1 : 0 }}); {% endset %} {% includeJs js %}