<%include include_common_head.html%> <%~set content_header_title = 'IP Summary'%>
<%include include_header.html%>
<%~init array breadcrumbs%><%init hash breadcrumbs.0%> <%~set breadcrumbs.0.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%> <%~if not ips.length%>

No one has posted to <%cat_full_name%> using the IP addresses <%ip%>.

<%~else%>

The following <%ip%> IP addresses have posted to <%cat_full_name%>.

<%~unless current.user_status == $ADMINISTRATOR%>

Note that information is only shown for forums which you moderate.

<%~endunless%>

" title="Extended post details">Click here to view extended post details.

IP Address
Posts
Posters
Latest Post
<%~loop ips%>
<%ip%> <%~if country_lookups%> (<%if ip_country%><%ip_country%><%else%>Unknown<%endif%>) <%~endif%>
<%loop ip_posters~%> <%include include_username.html%> (<%~%> <%~set url_username = escape_url unescape_html $user_username%> "><%post_count%> posts | " title="View user's IP addresses">IPs <%~if current.user_status == $ADMINISTRATOR and user_status != $ADMINISTRATOR%> | <%~if user_enabled%><%set url_param_user_enabled ="dis"%><%else%><%set url_param_user_enabled ="en"%><%endif%> "<%if not user_enabled%> title="User account is disabled"<%endif%> rel="post-only"><%if user_enabled%>Dis<%else%>En<%endif%>able User <%~endif~%> )<%~%> <%~unless last%>, <%endunless%> <%~endloop%>
<%GForum::date($latest_post)%>
<%~endloop%>
<%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>