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