{% extends "pinax/stripe/base.html" %} {% block body_class %}pinax-stripe-payment-methods{% endblock %} {% block body %}
Add Payment Method

Payment Methods

{% for source in object_list %} {% empty %} {% endfor %}
KindLast 4ExpirationCreated
Delete Update {{ source.brand }} {{ source.last4 }} {{ source.exp_month }} / {{ source.exp_year }} {{ source.created_at }}
You have no payment methods
{% endblock %}