{% extends theme('base.html') %} {% block head %} {% endblock %} {% block footer %} {% endblock %} {% block content %}

{{_('News')}}

{{ _("Support") }}


{{ _("Storage") }}

{{_('Download Folder:')}}
{{download}}
{{_('Available Space:')}}
{{freespace}}

{{_('System')}}

{{_('Python Version:')}}
{{python}}
{{_('OS Platform:')}}
{{os}}

{{ _("pyLoad") }}

{{_('Version:')}}
{{version}}
{{_('Installation Folder:')}}
{{folder}}
{{_('Config Folder:')}}
{{config}}
{{_('Language:')}}
{{language}}

{{ _("WebUI") }}

{{_('Port:')}}
{{webif}}
{{_('Theme:')}}
PyPlex (by GammaC0de based on work of Marco Fernandes and Dogan Bagci)
{% endblock %} {% block pageactions %} {% endblock %}