{% extends "base.html" %} {% block title %}Map Plaid Accounts{% endblock %} {% block page_title %}Map Accounts — {{ item.institution_name }}{% endblock %} {% block content %}
{{ item.institution_name }}
Map each Plaid account to a PFM account, or create a new one automatically. Accounts left unmapped will be skipped during sync.
{% for pa in plaid_accounts %}
{{ pa.display_name }}
{{ pa.account_type | title }} · {{ pa.account_subtype | replace('_',' ') | title }}
{% endfor %}
Cancel
{% endblock %}