{# app/templates/platform/signup-success.html #} {# Signup Success Page #} {% extends "platform/base.html" %} {% block title %}Welcome to Wizamart!{% endblock %} {% block content %}
{# Success Icon #}
{# Welcome Message #}

Welcome to Wizamart!

Your account has been created and your {{ trial_days }}-day free trial has started.

{# Next Steps #}

What's Next?

  • 1
    Connect Letzshop: Add your API key to start syncing orders automatically.
  • 2
    Set Up Invoicing: Configure your invoice settings for Luxembourg compliance.
  • 3
    Import Products: Sync your product catalog from Letzshop.
{# CTA Button #} {% if vendor_code %} Go to Dashboard {% else %} Login to Dashboard {% endif %} {# Support Link #}

Need help getting started? Contact our support team

{% endblock %}