{# app/templates/admin/user-edit.html #} {% extends "admin/base.html" %} {% block title %}Edit User{% endblock %} {% block alpine_data %}adminUserEdit(){% endblock %} {% block content %}

Edit User

@

Back to Users

Loading user...

Quick Actions

Active Inactive

Account Information

Personal Information

Cancel

More Actions

View User

User cannot be deleted while they own companies ( companies). User can be deleted.

{% endblock %} {% block extra_scripts %} {% endblock %}