{% extends "public.html" %} {% block page %}
Market: {{ market.name }}
{% raw %}
{{ item.product }}
{{ item.stallName }}
{{ item.price }} satsBTC {{ (item.price / 1e8).toFixed(8) }} {{ getAmountFormated(item.price, item.currency) }} ({{ getValueInSats(item.price, item.currency) }} sats) {{item.quantity}} left
{{cat}}

{{ item.description }}

Stall: {{ item.stallName }} Visit Stall {% endraw %}
{% endblock %} {% block scripts %} {% endblock %}