{% extends 'base.html' %} {% block body_class%}{% if pie_data.mail and pie_data.spam and pie_data.virii and pie_data.dates%} class="tundra"{%endif%}{%endblock body_class%} {% block headers %} {% endblock headers %} {% block submenu %}   {% endblock submenu %} {% block title %} Reports - {{report_title}} {% endblock title %} {% block heading %} Reports - {{report_title}} {% endblock heading %} {% block content %}
Date
Mail
Virii
Virii %
Spam
Spam %
Volume
{% for row in top_items %}
{{ row.date }}
{{ row.mail_total }}
{{ row.virus_total }}
{{ row.virus_percent }}
{{ row.spam_total }}
{{ row.spam_percent }}
{{ row.size_total|filesizeformat }}
{% empty %}
No records returned.
{% endfor %}
Filters have been applied : {% for f in active_filters %}  x "{{ f.filter_field }} {{f.filter_by}} {{f.filter_value}}" {% if not forloop.last %},{% endif %} {% endfor %}
{% include "reports/filter.form.html" %} {% endblock content %}