{% 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 }}
{% 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" %}