{% 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" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}

{% translate 'My Python Apps' %}

{% translate 'Your Default Python version is ' %} {{default}}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "footer.html" %} {% include "datatablejs.html" %}