{% extends "saas/base_dashboard.html" %} {% block saas_content %}
On {{charge.created_at}}, we attempted to charge your card for the amount of {{charge.price|humanize_money}}.
{% if charge.is_paid %} The charge succeeded. {% elif charge.is_failed %} The charge failed. {% elif charge.is_disputed %} The charge was disputed. {% elif charge.is_progress %} The charge is in progress... {% endif %}
Amount | Description | |
---|---|---|
{{line.invoiced.dest_price|humanize_money}} | {{line.invoiced|describe}} | {% if line.refundable and charge.state == charge.DONE %} {% endif %} |
-{{refund.orig_price|humanize_money}} | {{refund|describe}} |