{% load static whistle_helpers %}

{% if is_authenticated %}Logged in{% else %}Unauthenticated{% endif %}

{% for row in whistles_per_user %} {% endfor %}
User Whistles Duration
{{ row.user_id }} {{ row.num_whistles }} {% if autolog_response_code %} {% for code, count in row.status_counts.items %} {% if count > 0 %} {% comment %} {{ code }} ({{ count }}) {% endcomment %}
{{ code }} ยท {{ count }}
{% endif %} {% endfor %} {% endif %}
{% time_duration row.min_time row.max_time %}
{{ row.min_time|date:"H:i" }} to {{ row.max_time|date:"H:i" }}
{% include "silent_mammoth_whistle/_icon_next.svg" %}