{% extends "_layouts/message" %} {% set title = "Update @@@appName@@@"|t %} {% block message %}

{{ "You need to be on at least @@@appName@@@ {url} before you can manually update to @@@appName@@@ {targetVersion} build {targetBuild}."|t({ url: 'build '~minBuild~'', targetVersion: targetVersion, targetBuild: targetBuild })|raw }}

{% endblock %}