{% extends 'default/base.html' %} {% block head %} {% endblock %} {% block title %}{{ _("Administrate User") }} - {{ super() }} {% endblock %} {% block subtitle %}{{ _("Administrate User") }}{% endblock %} {% block content %} {{ _("Note: You can only change permissions for webinterface.") }} {{ _("To add user or change passwords use:") }} python pyLoadCore.py -u
{{ _("Important: Admin user have always all permissions! Only Admin user can use other clients like CLI and GUI.") }}
{% for name, data in users.iteritems ( ) %} {% endfor %}
{{ _("Name") }} {{ _("Change Password") }} {{ _("Admin") }} {{ _("Add downloads") }} {{ _("Delete downloads") }} {{ _("Change server status") }} {{ _("See queue/collector") }} {{ _("Download from webinterface") }} {{ _("Change settings") }} {{ _("Filemanager") }}
{{ name }} {{ _("change") }}

{{ _("Change Password") }}

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

{% endblock %}