{% include "_sim_lot_comparison.html" with context %}
{# A1: Next-step CTAs. Sell-at-loss aggregates per-account `realized_pnl`;
the harvest CTA appears when any option produced a loss. #}
{% set _is_loss = options and (options | map(attribute='realized_pnl') | min) < 0 %}
{% set _first_acct = (options[0].account.display() if options else '') %}