{% extends "base.html" %} {% block title %}Map Schwab Accounts{% endblock %} {% block page_title %}Map Schwab Accounts{% endblock %} {% block content %}
Link each Schwab account to a PFM account, or create a new one automatically. Accounts set to "Skip" won't be synced.
{% for sa in schwab_accounts %}
{{ sa.account_name }}
{{ sa.account_number_display }} · {{ sa.account_type }}
{% endfor %}
Cancel
{% endblock %}