{% extends 'base.html' %} {% block content %}
| ID | Item | Buyer | Seller | XMR | Wallet | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ o.id }} | {{ o.title }} | {{ o.buyer_name }} | {{ o.seller_name }} | {{ '%.4f'|format(o.amount_xmr) }} | {{ o.wallet_type }} | {{ o.escrow_status }} | {% if user.id == o.buyer_id and o.escrow_status == 'funded' %} {% endif %} {% if o.escrow_status in ['funded','released'] %} {% endif %} |
{% if show_seller_pgp_in_checkout %}
Seller PGP:
{{ o.seller_pgp_public_key or 'Seller key not set.' }}
{% endif %}
{% if messaging_enabled %}
| |||||||
| No orders yet. | |||||||