{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% include "market/_dialogs.html" %}
+ Shipping Zone Create a shipping zone + Stall Create a market stall to list products on + Stall Create a market stall to list products on + Product List a product + Product List a product Create Market Makes a simple frontend market for your stalls (not NOSTR)
Market
Make a market of multiple stalls.
Coming soon... Export all Data Export all data (markets, products, orders, etc...)
{% include "market/_tables.html" %}
Keys
Export to CSV
{% raw %} {{ keys[type] }}

{{ type == 'pubkey' ? 'Public Key' : 'Private Key' }}
Click to copy

{% endraw %}
LNbits Market Extension (Nostr support coming soon)
{% include "market/_api_docs.html" %}
{% include "market/_chat_box.html" %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}