{% translate 'Python PIP Management' %}
{% translate 'Manage Python Modules on SandBox Apps' %}
{% translate 'You can manage Python pip modules from here.' %}
{% 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 'SandBox Python Apps' %}
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Python' %} | {% translate 'App' %} | {% translate 'PIP Deployment Status' %} | {% translate 'Action' %} |
---|---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Python' %} | {% translate 'App' %} | {% translate 'PIP Deployment Status' %} | {% translate 'Action' %} |