{% extends "public.html" %} {% block page %}
{{ stall.name }}
{% raw %} {{ cart.size }} {% endraw %} {% raw %} {{p.quantity}} x {{ p.name }} {{p.price}} sats {% endraw %}
{% raw %} Add to cart
{{ item.product }}
{{ item.stall }}
{{ item.price }} satsBTC {{ (item.price / 1e8).toFixed(8) }} {{item.quantity}} left
{{cat}}
{{ item.description }}
View details {% endraw %}
Update Product Create Product Cancel
{% endblock %} {% block scripts %} {% endblock %}