{# app/templates/admin/company-edit.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state %} {% from 'shared/macros/inputs.html' import search_autocomplete, selected_item_display %} {% from 'shared/macros/headers.html' import edit_page_header %} {% block title %}Edit Company{% endblock %} {% block alpine_data %}adminCompanyEdit(){% endblock %} {% block content %} {% call edit_page_header('Edit Company', '/admin/companies', subtitle_show='company', back_label='Back to Companies') %} {% endcall %} {{ loading_state('Loading company...', show_condition='loadingCompany') }}

Quick Actions

Verified Pending Active Inactive

Basic Information

Contact Information

Business Details

Cancel

More Actions

Ownership transfer affects all vendors under this company. Company cannot be deleted while it has vendors ( vendors).

{# noqa: FE-004 - Complex form modal with dynamic user search and transfer functionality #}

Transfer Company Ownership

Warning: This will transfer ownership of the company "" and all its vendors to another user.

Please confirm the transfer by checking the box above

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