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

13 lines
No EOL
453 B
Text

{% include 'email/common/header.txt' %}
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has sent their thanks for the successful trade!
Trade Details:
- {% if is_initiator %}You{% else %}They{% endif %} sent: {{ want_card }}
- {% if is_initiator %}You{% else %}They{% endif %} received: {{ has_card }}
This trade is now completed; no further actions can be made.
{% include 'email/common/footer.txt' %}
Trade ID: #{{ hash }}