{# app/modules/tenancy/templates/tenancy/merchant/stores.html #} {% extends "merchant/base.html" %} {% block title %}My Stores{% endblock %} {% block content %}

My Stores

View and manage your connected stores.

Loading stores...

No stores yet

Create your first store to get started.

Create New Store

{% endblock %} {% block extra_scripts %} {% endblock %}