{% load static whistle_helpers %}
User | Whistles | Duration | ||
{% endcomment %} | {{ row.user_id }} |
{{ 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" }}
|
|