{% translate 'Manage PIPs' %}
{% translate 'Manage Python modules on ' %} {{domain}}
{% translate 'This option will allow you to install, remove, and upgrade Python modules.' %}
{% 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 'Current Python Modules on ' %} {{domain}}
{% translate 'Sl.No' %} | {% translate 'Module Name' %} | {% translate 'Version' %} | {% translate 'Action' %} | |
---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Module Name' %} | {% translate 'Version' %} | {% translate 'Action' %} |