{% extends 'notification/notice_template.html' %} {% load humanize %} {% block comments_graphical %} Your credit card is about to expire {% endblock %} {% block comments_textual %}
We want to give you advance notice that your {{ user.profile.account.card_type }} card ending in {{ user.profile.account.card_last4 }} will expire this month. When you receive your new card, simply go to Accounts & Pledges to enter your card information. Thank you!
If you have any questions, we are happy to help. Simply contact us.
{% if user.profile.account %}The current card we have on file:
Card type: {{ user.profile.account.card_type }}We use Stripe to keep your information secure.