Credit Card Information{% if last4 and not force_update %}Update{% endif %} {% if last4 or force_update %}
card
{{last4}}
expires
{{exp_date}}
{% endif %} {% if not last4 or force_update %}
Billing Address {{form.card_name}} {{form.card_address_line1}} {{form.card_city}} {{form.card_address_zip}} {{form.country}} {{form.region}}
{% endif %}