{% set active_page = 'detail' %} {% extends "base.html" %} {% block title %}Detail ยท net-alpha{% endblock %} {% block content %}

Violation detail

{% for t in tickers %}
{% for a in accounts %}{% endfor %}
{# Preserve current sort across filter submits #} {% if sort %}{% endif %} {% if order %}{% endif %} Reset
{# Totals bar #} {% if summary.violation_count > 0 %}
{{ summary.violation_count }} violations
${{ "%.2f"|format(summary.disallowed_total|float) }} disallowed
{{ summary.confirmed_count }} confirmed
{{ summary.probable_count }} probable
{{ summary.unclear_count }} unclear
{% endif %} {% include "_detail_table.html" %} {% endblock %}