{% extends "base.html" %} {% block title %}Profile — Friday Budgeting Pro{% endblock %} {% block content %}
| Institution | Status | Last Synced | Actions |
|---|---|---|---|
| {{ conn.institution_name if conn.institution_name else "—" }} | {{ conn.status }} | {% if conn.last_synced_at %} Loading… {% else %} Never {% endif %} | {% if conn.status == "needs_reauth" %} {% endif %} |
Optional context shown to the AI classifier when routing transactions from each account.
{% for acct in accounts %}Note: some accounts are missing names. Run sync to refresh from Plaid.
{% endif %}No bank accounts connected yet.
{% endif %}