pkmntrade.club/theme/templates/email/trades/trade_update_accepted.txt

16 lines
No EOL
540 B
Text

{% include 'email/common/header.txt' %}
Great news! {{ acting_user }} ({{ acting_user_friend_code }} • in-game name: {{ acting_user_ign }}) has accepted your trade offer.
Trade Details:
- They have: {{ want_card }}
- They want: {{ has_card }}
What's next? You can now mark the trade as "Sent" once you've offered the card to them in the app, or reject the trade if needed.
Visit the trade update page to mark it "Sent":
{{ domain }}{% url 'trade_acceptance_update' pk %}
{% include 'email/common/footer.txt' %}
Trade ID: #{{ hash }}