{% extends 'base.html' %} {% block content %}
| Order # | Listing | Seller | Status | Amount | Manage |
|---|---|---|---|---|---|
| {{ o.id }} | {{ o.listing_title }} | {{ o.seller_name }} | {{ o.escrow_status }} | {{ '%.6f'|format(o.amount_xmr) }} | Open order page |
Bundle total: {{ '%.6f'|format(total) }} XMR
USD {{ '%.2f'|format(conv.usd) }} ยท EUR {{ '%.2f'|format(conv.eur) }}