{% extends "base.html" %} {% block title %}Map Accounts{% endblock %} {% block page_title %}Map Bank Accounts{% endblock %} {% block content %}
{{ enrollment.institution_name }} connected successfully. Map each account below to a PFM account, or create a new one automatically.
{% for ta in teller_accounts %}
{{ ta.account_name }}
{{ ta.institution_name }} · {{ ta.account_subtype | replace('_',' ') | title }} · ID: {{ ta.teller_account_id[-8:] }}
"Create new" auto-names the account "{{ ta.institution_name }} — {{ ta.account_name }}"
{% endfor %}
Cancel
{% endblock %}