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

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

{% endset %}