{% from 'macro/ipv4.twig' import ajax_ipv4 %} {% if list is empty %}

There are currently no users with more than {{ overlap }} IP overlaps.

{% else %} {{ paginator.linkbox|raw }} {% for item in list %} {% endfor %}
User IP address Dupes Joined
{{ item.user_id|user_full }} {{ ajax_ipv4(item.ipaddr) }} ({{ item.ipaddr }})H S {{ item.uses|number_format }} {{ item.joined|time_diff }}
{{ paginator.linkbox|raw }} {% endif %}