{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %}{{_("Information")}} - {{super()}} {% endblock %} {% block subtitle %}{{_("Information")}}{% endblock %} {% block content %}

{{_("Support")}}

{{_("System")}}

{{_("Python version:")}} {{python}}
{{_("OS platform:")}} {{os}}

{{_("Storage")}}

{{_("Download folder:")}} {{download}}
{{_("Available space:")}} {{freespace}}

{{_("pyLoad")}}

{{_("Version:")}} {{version}}
{{_("Installation folder:")}} {{folder}}
{{_("Config folder:")}} {{config_folder}}
{{_("Language:")}} {{language}}
{{_("WebUI port:")}} {{webif}}
{% endblock %}