{% extends "saas/base.html" %} {% load currency %} {% load saas_tags %} {% load static from staticfiles %} {% block saas_content %}
On {{charge.created_at}}, the credit card has been charged for an amount of {{charge.amount|usd}}. Payment Information:
On {{charge.created_at}}, we attempted to charge your card for {{charge.amount|usd}}. The charge failed.
On {{charge.created_at}}, we attempted to charge your card for {{charge.amount|usd}}. The charge was disputed.
On {{charge.created_at}}, we attempted to charge your card for {{charge.amount|usd}}. The charge is in progres...
Amount | Description | |
---|---|---|
{{line.invoiced.dest_amount|usd}} | {{line.invoiced|describe}} | {% if line.refunded %} Refunded {% else %} {% if line.invoiced|refund_enable:user %} {% endif %} {% endif %} |