{% extends "pinax/stripe/base.html" %} {% load bootstrap %} {% block body_class %}{{ block.super }} pinax-stripe-payment-methods{% endblock %} {% block content %}

Delete Payment Method

{% if errors %}
{{ errors }}
{% endif %}
{% csrf_token %}

Are you sure you want to delete this card?

{{ object.brand }} {{ object.last4 }} Expires {{ object.exp_month }} / {{ object.exp_year }}
{% endblock %}