{% if not violations %}
| Loss date | Ticker | Loss → Buy | Triggering buy | Disallowed | Matched qty | Confidence |
|---|---|---|---|---|---|---|
| {{ v.loss_sale_date }} | {{ v.ticker }} | {{ v.loss_account or "-" }} → {{ v.buy_account or "-" }} | {{ v.triggering_buy_date or "-" }} | ${{ "%.2f"|format(v.disallowed_loss) }} | {{ v.matched_quantity }} | {{ v.confidence }} |