diff --git a/app/templates/accounts/index.html b/app/templates/accounts/index.html index d6ec190..a3802c3 100644 --- a/app/templates/accounts/index.html +++ b/app/templates/accounts/index.html @@ -55,6 +55,12 @@ + {% if tab == 'bank' %} +
+ {{ acct.balance | currency }} +
+ {% endif %} + {% if tab == 'credit' %} {% set owed = [0, -acct.balance] | max %}