{% extends "djstripe/base.html" %} {% block title %}Change Card{% endblock title %} {% block content %}
{% if customer.card_kind and customer.card_last_4 %} Current card on file is a {{ customer.card_kind }} ending in the digits {{ customer.card_last_4 }}. {% else %} You do not currently have a card on file. {% endif %}
{% if stripe_error %}