{% extends 'base.html' %} {% block headers %} {% endblock headers %} {% block submenu %}   {% endblock submenu %} {% block title %} Reports {% endblock title %} {% block heading %} Reports {% endblock heading %} {% block content %}
Statistics
Message count {{data.count}}
Oldest message processed on {{data.oldest|date:"D d M Y @ G:i A"}}
Newest message processed on {{data.newest|date:"D d M Y @ G:i A"}}
Reports
Add Filter
{{errors}}
{{form.filtered_field}} {{form.filtered_by}}
Active Filter(s) 
{% for f in active_filters %} {% empty %} {% endfor %}
[ x ] [ Save ] {{f.filter_field}} {{f.filter_by}} {{f.filter_value}}
No active filters at the moment
Saved Filter(s)
{% for sf in saved_filters %} {% empty %} {% endfor %}
[ x ] {% if not sf.is_loaded %} [ Load ] {% else %} [ Load ] {% endif %} {{sf.filter_name}}
No saved filters at the moment
{% endblock content %}