{% extends "_layouts/message" %} {% set title = "Update {app}"|t({ app: blx.config.appName }) %} {% set content %}

{{ "You need to be on at least build {minBuild} before you can manually update to build {targetBuild} of {app}."|t({ minBuild: blx.app.getMinRequiredBuild(), targetBuild: blx.app.getBuild(), app: blx.config.appName }) }}

{% endset %}