{% extends "saas/base_dashboard.html" %} {% block saas_content %}

Credit Card

Update
card
{% if last4 %}{{last4}}{% else %}N/A{% endif %}
expires
{% if exp_date %}{{exp_date}}{% else %}N/A{% endif %}

Balance

Please wait...
{% if urls.organization.api_cancel_balance_due %} {% endif %}
[[items.balance|humanizeCell : items.unit : 0.01]]
{% spaceless %} Balance due (pay now) {% endspaceless %}
Balance Credits
{% if urls.organization.api_cancel_balance_due %}
{% endif %}
{% include "saas/_transactions.html" %}
{% endblock %}