{% extends "saas/transactions_base.html" %}
{% load saas_tags %}
{% block saas_transaction_content %}
Deposit Information Update
- Institution
- [[bank_name]]
- Account Number
- [[last4]]
Funds
- [[balance_amount|humanizeCell : balance_unit : 0.01]]
- Available (withdraw)
{% endblock %}
{% block saas_bodyscripts %}
{{block.super}}
{% endblock %}