Import {{ detections|length }} file{{ "s" if detections|length != 1 else "" }}

{% for d in detections %} {% if d.parser_name == "schwab" %}
✓ Transaction History — {{ d.row_count }} rows
{{ d.filename }}
{% elif d.parser_name == "schwab_realized_gl" %}
✓ Realized G/L (Schwab) — {{ d.row_count }} lot rows
{{ d.filename }}
{% else %}
⚠ Unrecognized format
{{ d.filename }} — no parser matched headers
{% endif %} {% endfor %}
{% include "_imports_preview_table.html" %} {% if any_recognized %}
{% for a in accounts %}

⚠ This is informational only. Consult a tax professional before filing.

{% else %}
None of the uploaded files matched a known broker format. Please drop a Schwab Transaction History or Realized G/L CSV.
{% endif %}