{% extends "base.html" %} {% block title %}Modify Subuser{% endblock %} {% block servername %} {% endblock %} {% block sidebar %}
{{ lang.sidebar_acc_actions }} {{ lang.sidebar_settings }} TOTP {{ lang.sidebar_settings }} {{ lang.sidebar_servers }}
{{ lang.sidebar_server_acc }} {{ lang.sidebar_overview }} {% if permission.files.view == true %}{{ lang.sidebar_files }}{% endif %} {% if permission.users.view == true %}Manage Subusers{% endif %} {% if permission.manage.view == true %}{{ lang.sidebar_manage }}{% endif %}
{% endblock %} {% block content %}
{% if allow_subusers == 1 %} {% if get.error %}
Wowza! You seem to have done something that the system didn't like. Please try again or contact support.
{% endif %}

Viewing Perissions for: {{ user.email }}


{{ xsrf|raw }}
{% else %}
This function has not been enabled by your host.
{% endif %}
{% endblock %}