{% extends 'traffic/reporter/daily/domains/domain/index.html' %} {% block subtab_content %} {% block table_desc %}{% endblock %} {% for row in object_list.itertuples %} 10 or row.bandwidth_percent > 10 %}class="alert-info"{% endif %} > {% empty %} {% endfor %}
#   {% block requestor_th %}{% endblock %} Download Download (%) Upload Upload (%) Requests Requests (%) Forwarded Blocked Adapted Skipped Offensive
{{forloop.counter}} {% if row.ws_verdict_block > 0 %} {% elif row.ws_offensive > 0 %} {% else %} {% endif %} {% if row.detailed %} 0 %} style="color: red;" {% elif row.ws_offensive > 0 %} style="color: peru;" {% else %} {% endif %} > {%endif%} {% block requestor_value %}{%endblock%} {% if row.detailed %}{%endif%} {{row.reply_size|filesizeformat}} {{row.bandwidth_percent}} {{row.request_size|filesizeformat}} {{row.request_size_percent}} {{row.request_url}} {{row.requests_percent}} {{row.ws_verdict_pass}} 0 %}style="color:red;"{%endif%}>{{row.ws_verdict_block}} {{row.ws_verdict_adapt}} {{row.ws_verdict_skip}} 0 %}style="color:peru;"{%endif%}>{{row.ws_offensive}}
No items found.
Total {{totals.total_reply_size|filesizeformat}}   {{totals.total_request_size|filesizeformat}}   {{totals.total_request_url}}   {{totals.total_ws_verdict_pass}} {{totals.total_ws_verdict_block}} {{totals.total_ws_verdict_adapt}} {{totals.total_ws_verdict_skip}} {{totals.total_ws_offensive}}
{% endblock %}