{% extends "base.html" %} {% block content %}

{{ form.instance.pk|yesno:"Edit User,Create New User" }}

{% csrf_token %}
Back {% if user_acl %}Delete User{% endif %}
Debugging Analyst

Access to basic system information and logs for troubleshooting. No access to modify settings or view sensitive data such as peer keys.

View Only User

Full view access, including peer keys and configuration files. Cannot modify any settings or configurations.

Peer Manager

Permissions to add, edit, and remove peers and IP addresses. Does not include access to modify WireGuard instance configurations or higher-level settings.

Wireguard Manager

Authority to add, edit, and remove configurations of WireGuard instances.

Administrator

Full access across the system. Can view and modify all settings, configurations and manage users.

{% endblock %} {% block custom_page_scripts %} {% endblock %}