{% extends 'base.html' %} {% block body_class%}{%if pie_data%} class="tundra"{%endif%}{%endblock body_class%} {% block headers %}{%if pie_data%} {%endif%} {% endblock headers %} {% block submenu %} {% endblock submenu %} {% block title %} Reports {{report_title}} {% endblock title %} {% block heading %} Reports - {{report_title}} {% endblock heading %} {% block content %}
# | IP address | Hostname | Country | Total/S/V | Volume | |
{{ forloop.counter }}. |
{{item.clientip}}
|
{{item.clientip|tds_hostname|tds_trunc:42}} | {{item.clientip|tds_geoip}} | {{item.num_count}}/{{item.spam_total}}/{{item.virus_total}} | {{item.size|filesizeformat}} | {% if forloop.first %}
|
{%endif%}
No records returned | ||||||
Filters have been applied : {% for f in active_filters %} "{{f.filter_field}} {{f.filter_by}} {{f.filter_value}}"{% if not forloop.last %},{% endif %} {% endfor %} |