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

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

The seller has shipped the item, now you need to wait for it to arrive. When it does arrive please click the button below to confirm.

Stay tuned for updates and thanks for using {{ site_meta.name }}!



Click here when you have received your package:

Confirm Item Received

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

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

You've shipped the item, now you need to wait for the buyer to confirm they received it on their end.

Stay tuned for updates and thanks for using {{ site_meta.name }}!

{% endif %}