{% extends "base.html" %} {% block pagetitle %}Analysis Statistics{% endblock %} {% block content %}

These are the statistics. {% for i in alert.all %} {% endfor %}
category alert occurrences
{{ i.category }} {{ i.alert }} {{ i.id__count }}
{% endblock %}