{% translate 'Deploy Node.Js Apps' %}

{% translate 'Setup Node.Js SandBox and Install Apps' %}

{% translate 'You can set up a NodeJS app on your domain and install a suitable nodejs sandbox virtual environment' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% if havedomains %}
{% csrf_token %} {% if domain %}
{%else%}
{%endif%}
{% translate 'App Settings' %}
{%else%} {%endif%}
{% include "footer.html" %}