{% extends "public.html" %} {% block page %}
{{ market.name }}
{% raw %} {{ cart.size }} {% endraw %} {% raw %} {{p.quantity}} x {{ p.name }} {{p.price}} sats {% endraw %}
{% raw %} Add to cart
{{ item.product }}
{{ item.price }} satsBTC {{ (item.price / 1e8).toFixed(8) }} {{item.quantity}} left
{{cat}}

{{ item.description }}

View details {% endraw %}

Select the shipping zone:

{% raw %} Total: {{ finalCost }} {% endraw %}
Checkout Cancel
Copy invoice Close
{% endblock %} {% block scripts %} {% endblock %}