+ | {{ loop.index + (pagination.page - 1) * pagination.page_size }} |
+ {{ ip.ip | e }} |
+ {{ ip.category | default('unknown') | replace('_', ' ') | title }} |
+ {{ ip.total_requests }} |
+ {{ ip.city | default('') | e }}{% if ip.city and ip.country_code %}, {% endif %}{{ ip.country_code | default('N/A') | e }} |
+ {{ ip.last_seen | format_ts }} |
+ {{ ip.tracked_since | format_ts }} |
+
+
+
+ |
+
+ {% else %}
+