{# Read-only sim-sell preview (ยง4.2 wireframe). The "Run full sim โ†’" link takes the user to /sim with the row pre-filled (Phase 2 F1). #}

Sim sell preview

{% if qty and last_price %}
Sell
{{ fmt_quantity(qty) }} @ {{ fmt_currency(last_price) }}
Realized
{{ fmt_currency(realized_delta) if realized_delta is not none else "โ€”" }}
Run full sim โ†’ {% else %}

No open lots for {{ sym }}.

{% endif %}