{% extends "base.html" %} {% block title %}tiny-analytics - logs{% endblock %} {% block body %}
all humans bots

Showing {{ offset + 1 }}–{{ [offset + limit, total] | min }} of {{ "{:,}".format(total) }} total hits

{% if rows %} {% for row in rows %} {% endfor %} {% else %} {% endif %}
Timestamp URL Referrer Country Device Duration Type
{{ row.ts_short }} {{ row.url_short }} {{ row.ref_short }} {{ row.country }} {{ row.device }} {{ row.duration }} {% if row.is_bot %} bot {% else %} human {% endif %}
No hits found
{% endblock %}