{% extends "base.html" %} {% block title %}Business Account Created - AsapLoads POS{% endblock %} {% block content %}
Business Account Created Successfully
Back to Licenses
Business account has been created successfully! Please share these credentials with the business admin.
Business Details

{{ branch_name }}

{{ branch_address }}

{{ branch_email }}

{{ branch_phone }}

License Information
Share this license key with the business admin

{{ issue_date }}

{{ expiry_date }}

{{ duration }} days

Admin Account Credentials

{{ admin_name }}

{{ admin_email }}

The admin can change this after first login
Instructions for Business Admin:
  1. Go to the login page at {{ site_url }}
  2. Log in using the email and temporary password provided above
  3. After login, you will be prompted to enter your license key
  4. Enter the license key exactly as shown above
  5. Complete your business profile setup when prompted
  6. Change your password from the profile section for security
{% endblock %} {% block extra_js %} {% endblock %}