{# HTMX fragment: Detected Access logs by ip table #}
Page {{ pagination.page }}/{{ pagination.total_pages }} — {{ pagination.total }} total
{% for log in items %} {% else %} {% endfor %}
# Path User-Agent Time
{{ loop.index + (pagination.page - 1) * pagination.page_size }}
{{ log.path | e }} {% if log.path | length > 30 %}
{{ log.path | e }}
{% endif %}
{{ (log.user_agent | default(''))[:50] | e }} {{ log.timestamp | format_ts }} {% if log.id %} {% endif %}
No logs detected