{% extends "base.html" %} {% block title %}Create Business - AsapLoads POS{% endblock %} {% block content %}
Create Business Account
Back to Licenses
Create a new business account with license. This process will:
  • Create a new branch record
  • Generate a license key for the branch
  • Create an admin user for the branch
{% csrf_token %}
Business Details
Admin Account
This will be the admin's login email
{% endblock %} {% block extra_js %} {% endblock %}