{% extends "pinax/stripe/base.html" %} {% load bootstrap %} {% block body_class %}pinax-stripe-payment-methods{% endblock %} {% block body %}
{{ object.brand }} {{ object.last4 }} Expires {{ object.exp_month }} / {{ object.exp_year }}

Update Payment Method

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