{% 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 }}.

{% csrf_token %} {{ form.non_field_errors }} {{ form.as_p }}

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 }}.

{% endif %}
{{ form.as_p }} {% csrf_token %} {{ form.non_field_errors }}
(what is this?)
a typical credit card with CVCFor most cards, this is a 3-digit number at the end of the signature strip on the back. For American Express, it's a four-digit number in small print on the front.
{% endif %}