{% load i18n %} {% if ips %}
| {% trans "IP Address" %} | {% trans "Threat Score" %} | {% trans "Blocked" %} | {% trans "Challenged" %} | {% trans "Distinct UAs" %} |
|---|---|---|---|---|
{{ ip.ip_address }} |
{{ ip.threat_score }} | {{ ip.blocked_requests }} | {{ ip.challenged_requests }} | {{ ip.distinct_ua_count }} |
{% trans "No blocked IPs recorded yet." %}
{% endif %}