regluit/frontend/templates/notification/account_active/full.txt

13 lines
532 B
Plaintext
Raw Normal View History

2013-02-27 23:18:32 +00:00
{% load humanize %}
As you requested, we've updated your account with the payment method you provided.
2013-04-17 18:42:49 +00:00
If you have any questions, we are happy to help. Simply email us at support@gluejar.com.
{% if user.profile.account %}
2013-04-17 18:42:49 +00:00
The current card we have on file:
Card type: {{ user.profile.account.card_type }}
Number: ************{{ user.profile.account.card_last4 }}
Expiration date: {{ user.profile.account.card_exp_month }}/{{ user.profile.account.card_exp_year }}.
2013-08-05 16:18:51 +00:00
We use Stripe to keep your information secure.
2013-04-17 18:42:49 +00:00
{% endif %}