{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block body_content %}
Statistics
Total reports in the last hour: {{ total_reports_per_hour }}
{% for entry in frequentBuckets %} {% endfor %}
Bucket Short Description Reports < 1h External Bug
{{ entry.pk }} {{ entry.shortDescription|escape }} {{ entry.rph }} {% if entry.bug %} {{ entry.bug.externalId }} {% else %} Assign {% endif %}
{% endblock body_content %}