{% extends 'base.html' %} {% block content %}

Order Bundle #{{ bundle_id }}

{% for o in orders %} {% endfor %}
Order #ListingSellerStatusAmountManage
{{ o.id }} {{ o.listing_title }} {{ o.seller_name }} {{ o.escrow_status }} {{ '%.6f'|format(o.amount_xmr) }} Open order page
{% set conv = conversion_display(total) %}

Bundle total: {{ '%.6f'|format(total) }} XMR
USD {{ '%.2f'|format(conv.usd) }} ยท EUR {{ '%.2f'|format(conv.eur) }}

{% endblock %}