{% extends 'silent_mammoth_whistle/base.html' %} {% load static whistle_helpers %} {% block extra_styles %} {% endblock %} {% block title %}{{ user_id}}{% endblock %} {% block content %}
{% comment %} {% url 'silent_mammoth_whistle:index_by_date' date %} {% endcomment %} {% include "silent_mammoth_whistle/_icon_previous.svg" %}

{{ user_id }}

Sessions

{% for row in sessions %} {% endfor %}
Date Whistles Duration
{{ row.date|date:"j M y" }} {{ row.num_whistles }} {% if autolog_response_code %} {% for code, count in row.status_counts.items %} {% if count > 0 %}
{{ 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" %}
Whistles per day (all time)
{% endblock %}