{% extends "base.html" %} {% load saas_tags %} {% block localheader %} {{block.super}} {% include "saas/_payment_head.html" %} {% endblock %} {% block content %} {% if invoicables %} {% include "saas/_invoiceables.html" %} {% else %}
You have no balance due.
{% endif %}On {{charge.created_at}} we attempted to charge your card
The charge {% if charge.is_failed %}failed {% else %} {% if charge.is_disputed %}was disputed {% endif %} {% endif %} (ref: {{charge.processor_key}}).
Please enter a valid credit card. A new charge of {{lines_amount|humanize_money:lines_unit}} will be created. Thank you.
{% endif %} {% endwith %} {% endif %}