{% extends "paxalia/base.html" %} {% load static i18n %} {% block page_title %}{% trans "Bot Traffic" %}{% endblock %} {% block page_subtitle %}{% trans "Analysis of scanner and bot requests" %}{% endblock %} {% block dashboard_content %}
{% trans "Search engines, AI crawlers, and social-preview bots are now classified separately from malicious/scanner traffic — see README for the full list." %}
{% if category_breakdown %}| {% trans "Category" %} | {% trans "Requests (last 30 days)" %} |
|---|---|
| {{ row.label }} | {{ row.count }} |