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

   {{ _("Choose a section from the menu") }}



   {{ _("Choose a section from the menu") }}


{% for account in conf.accs %} {% set plugin = account.type %} {% endfor %}
{{ _("Plugin") }} {{ _("Name") }} {{ _("Password") }} {{ _("Status") }} {{ _("Premium") }} {{ _("Valid until") }} {{ _("Traffic left") }} {{ _("Time") }} {{ _("Max Parallel") }} {{ _("Delete?") }}
{{ plugin }} {% if account.valid %} {{ _("valid") }} {% else %} {{ _("not valid") }} {% endif %} {% if account.premium %} {{ _("yes") }} {% else %} {{ _("no") }} {% endif %} {{ account.validuntil }} {{ account.trafficleft }}
{% if user.is_admin %}
{{_("Quit pyLoad")}} | {{_("Restart pyLoad")}}
{{ _("To reset default admin login run:") }} pyload -r
{{ _("Important: Admin user have always all permissions!") }}
{% for name, data in conf.admin.users.items() %} {% if user.is_admin %} {% endif %} {% endfor %}
{{ _("Name") }} {{ _("Change Password") }} {{ _("Admin") }} {{ _("Permissions") }} {{ _("Delete?") }}
{{ name }} {{ _("change") }} {% if user.name == name %} {% else %} {% endif %} {% if user.name != name %} {% endif %}
{% endif %}
{% endblock %} {% block hidden %}

{{_("Add Account")}}

{{_("Enter your account data to use premium features.")}}

{{ _("Change Password") }}

{{ _("Enter your current and desired Password.") }}

{{ _("Create new pyLoad login") }}

{{ _("Enter new user name and password.") }}

{% endblock %}