{% load search_block_explorer %} {% if request.user == sale.bid.bidder %}

Hey {{ sale.bid.bidder.username }},

It sounds like your order was successful. The seller will be sent their funds from the transaction out of the escrow wallet. You are good to go!

If you found the site useful and had a good experience, please consider sending a tip to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!

{% elif request.user == sale.item.owner %}

Hey {{ sale.item.owner.username }},

The buyer confirmed receipt of their shipment which means things worked out. It's time for you to get paid!

Your payout address provided during item creation will be paid the accepted bid amount out of the escrow wallet. Please note, transaction fees will come out of the payout total if there are no platform fees!


Payout Sent: {{ sale.seller_paid }}

Accepted Bid (XMR): {{ sale.bid.bid_price_xmr }}

Platform Fee (XMR): {{ sale.platform_fee_xmr }}

Network Fee (XMR): {{ sale.network_fee_xmr }}

Total Payout (XMR): {{ total_seller_payout }}

Payout Address: {{ sale.item.payout_address }}

Payout Transaction ID: {{ sale.seller_payout_transaction }}


If you found the site useful and had a good experience, please consider sending a tip to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!

{% endif %}