{% extends "base.html" %} {% block title %}Import complete · net-alpha{% endblock %} {% block content %}

Import complete

Imported {{ trade_count }} trade{{ "s" if trade_count != 1 else "" }}.

{% if wash_sale_count %}
{{ wash_sale_count }} wash sale{{ "s" if wash_sale_count != 1 else "" }} found
${{ "{:,.2f}".format(disallowed_total) }} of losses are disallowed under §1091 and rolled into replacement-lot basis.
{% endif %}
See my wash sales → See my portfolio →
{# Recovery affordance — without this, undoing an accidental import means hunting through Settings → Imports → find the row → Remove. #} {% if import_id %}

Imported the wrong file? Remove this import →

{% endif %}
{% endblock %}