{% translate 'Python & SandBox Apps' %}
{% translate 'Manage Python version and SandBox Apps' %}
{% translate 'You can manage all your Python web apps from this page. You can also change the Python version.' %}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'My Python Apps' %}
{% translate 'Your Default Python version is ' %} {{default}}
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Python' %} | {% translate 'App' %} | {% translate 'Startup Script' %} | {% translate 'Public Folder' %} | {% translate 'Mode' %} | {% translate 'Deployment Status' %} | {% translate 'Sandbox Status' %} | {% translate 'Action' %} |
---|---|---|---|---|---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Python' %} | {% translate 'App' %} | {% translate 'Startup Script' %} | {% translate 'Public Folder' %} | {% translate 'Mode' %} | {% translate 'Deployment Status' %} | {% translate 'Sandbox Status' %} | {% translate 'Action' %} |