{{ account.bank.bank_name }} {{ account.last_four_digits }}
{{ account.account_type.type_common_name.upper() }}
{% with account_balance = account.balance|currency %}
{% set vbox_width = calculate_summary_balance_width(account_balance) %}
{% endwith %}
{% if account.balance != account.projected_balance %}
Projected balance:
${{ account.projected_balance|currency }}
{% endif %}