{% extends "saas/base_dashboard.html" %} {% block saas_content %} Deposit Information Update Institution [[bank_name]] Account Number [[last4]] Funds Available [[items.balance_amount]] [[items.balance_unit]] (withdraw) {% include "saas/_transactions.html" %} {% if urls.raw_cartitems %} Cart items {% endif %} {% if urls.raw_cartitems %} Charges {% endif %} {% if urls.raw_transactions %} Transaction Ledger {% endif %} Add offline transaction {% endblock %}