{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Register - {{ login_brand_name }}{% endblock %} {% block body_class %}register-shop-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Create An Enterprise

Join thousands of businesses using our platform. Set up your shop in minutes.

{% if error %}
{{ error }}
{% endif %}

🏪 Shop Identity

📍 Location & Contact

{% if registration_verification_enabled %}
{% endif %}

👤 Admin Account

{% endblock %}