{% load humanize %}
{% if request.user.profile.account %}
{{ action|capfirst }} by Credit Card
Unglue.it has a {{ request.user.profile.account.card_type }} credit card on file for you (we use Stripe to keep your information secure).
The last four digits of the card are {{ request.user.profile.account.card_last4 }}.
Want to use a different card? You can change your credit card info on your Account & Pledges page.
{% else %}
{{ action|capfirst }} by Credit Card
Unglue.it uses Stripe to securely manage your credit card information.
{% if form.email %}
Enter your email address to get a confirmation of your {{action }}.