{% extends "admin/base_site.html" %} {% block content %} {% if env_path %}

Package path: {{ package.path }}.

<< {% trans "back to status page" %}

update the package '{{ package.name }}':
{{ package.output }}

{% trans "Note: Changes only active, if python process restarted!" %}

{% endif %}

<< {% trans "back to status page" %}

{% endblock %}