{# app/templates/admin/user-edit.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state %} {% from 'shared/macros/headers.html' import edit_page_header %} {% block title %}Edit User{% endblock %} {% block alpine_data %}adminUserEdit(){% endblock %} {% block content %} {% call edit_page_header('Edit User', '/admin/users', subtitle_show='user', back_label='Back to Users') %} @ {% endcall %} {{ loading_state('Loading user...', show_condition='loadingUser') }}

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 %}