{% extends "admin/base_site.html" %} {% block content %}

AccessLog / TrashIP — Stats

Période: {{ since }} → {{ now }}

Top scanners (TrashIP)

{% for r in top_scanners %} {% endfor %}
IP 404 Sensitive Banned Ban until Last seen
{{ r.ip }} {{ r.count_404 }} {{ r.count_sensitive }} {{ r.is_banned }} {{ r.ban_until|default:"-" }} {{ r.last_seen }}
{% endblock %}