{# app/templates/admin/company-create.html #} {% extends "admin/base.html" %} {% block title %}Create Company{% endblock %} {% block alpine_data %}adminCompanyCreate(){% endblock %} {% block content %}

Create New Company

Create a company account with an owner user

Back to Companies

Company Created Successfully!

Owner Login Credentials (Save these!):

Email:
Password:
Login URL:

⚠️ The password will only be shown once. Please save it now!

Error Creating Company

Company Information

Public business contact email

Owner Account

A user account will be created for the company owner. If the email already exists, that user will be assigned as owner.

This email will be used for owner login. Can be different from business contact email.

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