{# 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') }}
Ownership transfer affects all vendors under this company. Company cannot be deleted while it has vendors ( vendors).
Warning: This will transfer ownership of the company "" and all its vendors to another user.