{% extends "admin/base_site.html" %} {% load hueystats %} {% block extrastyle %}{{ block.super }} {% include "admin/hueystats/_styles.html" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if not enabled %}
The stats recorder is not running.
{% else %}
Reset

{{ total }} event{{ total|pluralize }}

{% for e in events %} {% empty %} {% endfor %}
TimeTaskIDSignal DurationError
{{ e.time }} {{ e.task }} {{ e.task_id|slice:":8" }} {% sigbadge e.signal %} {{ e.duration|dur }} {{ e.error|default:'' }}
No matching events.
{% if page > 0 %} ‹ Newer {% endif %}
{% if total %}{{ start }}–{{ end }} of {{ total }}{% endif %}
{% if has_next %} Older › {% endif %}
{% endif %}
{% endblock %}