{% extends 'base.html' %} {% block content %}
| Item | Seller | Item XMR | Shipping XMR | Qty | Subtotal | |
|---|---|---|---|---|---|---|
| {{ i.title }} | {{ i.seller_name }} | {{ '%.6f'|format(i.price_xmr) }} | {{ '%.6f'|format(i.shipping_price_xmr or 0) }} | {{ '%.6f'|format(line) }} | ||
| Cart is empty. | ||||||
Total: {{ '%.6f'|format(total) }} XMR
USD {{ '%.2f'|format(conv.usd) }} ยท EUR {{ '%.2f'|format(conv.eur) }}