{% extends 'pyplex/base.html' %} {% block title %}{{_('Support')}} - {{super()}} {% endblock %} {% block subtitle %}{{_('Support')}}{% endblock %} {% block head %} {% endblock %} {% block footer %} {% endblock %} {% block content %}

{{_('System')}}

{{_('Python:')}}
{{python}}
{{_('OS:')}}
{{os}}
{{_('pyLoad version:')}}
{{version}}
{{_('Installation Folder:')}}
{{folder}}
{{_('Config Folder:')}}
{{config}}
{{_('Download Folder:')}}
{{download}}
{{_('Free Space:')}}
{{freespace}}
{{_('Language:')}}
{{language}}
{{_('Webinterface Theme:')}}
PyPlex by Marco Fernandes improved by Dogan Bagci and GammaC0de
{{_('Webinterface Port:')}}
{{webif}}
{{_('Remote Interface Port:')}}
{{remote}}

{{_('News')}}

{{_('Loading...')}}
{% endblock %} {% block pageactions %} {% endblock %}