{% extends "saas/billing/cart.html" %} {% block order_title %}Balance due{% endblock %} {% block order_head %}{% endblock %} {% block no_invoicables %}
You have no balance due.
{% endblock %} {% block order_footer %}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_price|humanize_money}} will be created. Thank you.
{% endif %} {% endwith %} {% endif %}