{% extends theme('base.html') %} {% block title %}pyLoad - {{_('Settings')}}{% endblock %} {% block head %} {% endblock %} {% block footer %} {% endblock %} {% block pageactions %} {% if user.is_admin %}
{% endif %} {% endblock %} {% block content %}
    {% for entry,name in conf.general %}
  • {{_(name)}}
  • {% endfor %}

{{_('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 %}

{{ _("To reset default admin login run:") }} pyload -r


{{_('Important:')}} {{_('Admin user have always all permissions!')}}

{% if user.is_admin %} {% endif %} {% 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 dialog %} {% endblock %}