{# app/templates/platform/signup.html #} {# Multi-step Signup Wizard #} {% extends "platform/base.html" %} {% block title %}Start Your Free Trial - Wizamart{% endblock %} {% block extra_head %} {# Stripe.js for payment #} {% endblock %} {% block content %}
{# Progress Steps #}
{# Form Card #}
{# =============================================================== STEP 1: SELECT PLAN =============================================================== #}

Choose Your Plan

{# Billing Toggle #}
Monthly Annual Save 17%
{# Tier Options #}
{% for tier in tiers %} {% if not tier.is_enterprise %} {% endif %} {% endfor %}
{# Free Trial Note #}

{{ trial_days }}-day free trial. We'll collect your payment info, but you won't be charged until the trial ends.

{# =============================================================== STEP 2: CLAIM LETZSHOP SHOP (Optional) =============================================================== #}

Connect Your Letzshop Shop

Optional: Link your Letzshop account to sync orders automatically.

{# =============================================================== STEP 3: CREATE ACCOUNT =============================================================== #}

Create Your Account

* Required fields

Minimum 8 characters

{# =============================================================== STEP 4: PAYMENT =============================================================== #}

Add Payment Method

You won't be charged until your {{ trial_days }}-day trial ends.

{# Stripe Card Element #}
{% endblock %} {% block extra_scripts %} {% endblock %}