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


{{_('To add user or change passwords use:')}} python pyLoadCore.py -u

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


{% for name, data in users.iteritems() %} {% endfor %}
{{_('Name')}} {{_('Change Password')}} {{_('Admin')}} {{_('Permissions')}}
{{name}}
{{_('change')}}
{% endblock %} {% block dialog %} {% endblock %}