{% 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 %} {% if top_items %} {% load messages_extras %} {% for item in top_items %} {% if forloop.first %} {%endif%} {% endfor %} {% else %} {% endif %} {% if active_filters %} {% endif %}
# Address Count Volume  
{{ forloop.counter }}.
  {% if item.from_address %}{{item.from_address|tds_trunc:42}}{%endif%} {% if item.from_domain %}{{item.from_domain}}{%endif%} {% if item.to_address %}{{item.to_address|tds_trunc:42}}{%endif%} {% if item.to_domain %}{{item.to_domain}}{%endif%}
{{item.num_count}} {{item.size|filesizeformat}}
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 %}
{% endblock content %}