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

Payment Methods Add Payment Method

{% 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 %}