{% if not violations %}
No violations match these filters.
{% else %} {% for v in violations %} {% endfor %}
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 }}
{% endif %}