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

16 lines
No EOL
528 B
Text

{% include 'email/common/header.txt' %}
{{ acting_user }} ({{ acting_user_friend_code }} • in-game name: {{ acting_user_ign }}) 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.
Visit your dashboard:
{{ domain }}{% url 'dashboard' %}
{% include 'email/common/footer.txt' %}
Trade ID: #{{ hash }}