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

{{ title }} :(

{{ "Your server doesn’t meet the following requirements to install {app}:"|t({ app: blx.config.appName }) }}

{{ "Please talk to your host/IT department about upgrading your server."|t }}

{% endset %}