Credit Card Information{% if last4 and not force_update %}Update{% endif %} {% if last4 %}
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.region}} {{form.card_address_zip}} {{form.country}} {% endif %} {## Previous endif before fieldset closing tag so the "Credit Card Information" fieldset is closed correctly both ways. ##}