{% load static from staticfiles %}
Credit Card Information{% if last4 and not update_mode %}Update{% endif %} {% if last4 %}
card
{{last4}}
expires
{{exp_date}}
{% endif %} {% if not last4 or update_mode %}
Billing Address {{form.card_name}} {{form.card_address_line1}} {{form.card_city}} {{form.region}} {{form.card_address_zip}} {{form.country}} {% endif %} {% comment %} Previous endif before fieldset closing tag so the "Credit Card Information" fieldset is closed correctly both ways. {% endcomment %}