{% if not all_violations %}
No violations detected.
{% else %} {% for v in all_violations %} {% endfor %}
Date Ticker Loss in Triggered by Disallowed Confidence
{{ v.loss_sale_date }} {{ v.ticker }} {{ v.loss_account or "-" }} {{ v.buy_account or "-" }} on {{ v.triggering_buy_date or "-" }} ${{ "%.2f"|format(v.disallowed_loss) }} {{ v.confidence }}
{% endif %}