{% extends 'traffic/reporter/monthly/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 %} {% block requestor_value %}{%endblock%} {{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.reply_size_total|filesizeformat}}   {{totals.request_size_total|filesizeformat}}   {{totals.request_url_total}}   {{totals.ws_verdict_pass_total}} {{totals.ws_verdict_block_total}} {{totals.ws_verdict_adapt_total}} {{totals.ws_verdict_skip_total}} {{totals.ws_offensive_total}}
{% endblock %}