<%include include_common_head.html%> <%~set content_header_title = "Who's Online"%>
<%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%>

<%online_users.length%> user<%if online_users.length != 1%>s<%endif%> and <%online_guests.length%> guest<%if online_guests.length != 1%>s<%endif%> online in the past 15 minutes.

Buddies

Username
<%~if current.user_status == $ADMINISTRATOR%>
IP
<%~endif%>
Where
Last seen
<%~loop online_buddies%>
<%include include_username.html%>
<%~set url_user_username = escape_url unescape_html $user_username%> Send PM Send PM
<%~if current.user_status == $ADMINISTRATOR%> <%~endif%>
<%online_action%>
<%user_last_seen_date%>
<%~endloop%>
<%~unless online_buddies.length%>

None of your buddies are online

<%~endunless%>

Users

Username
Title
<%~if current.user_status == $ADMINISTRATOR%>
IP
<%~endif%>
Where
Last seen
<%~loop online_users%>
<%include include_username.html%>
<%user_title%>
<%~if current.user_status == $ADMINISTRATOR%> <%~endif%>
<%online_action%>
<%user_last_seen_date%>
<%~endloop%>
<%~unless online_users.length%>

There are no users online

<%~endunless%>

Guests

Username
<%~if current.user_status == $ADMINISTRATOR%>
IP
<%~endif%>
Where
Last seen
<%~loop online_guests%>
Guest #<%row_num%>
<%~if current.user_status == $ADMINISTRATOR%> <%~endif%>
<%online_action%>
<%online_date%>
<%~endloop%>
<%~unless online_guests.length%>

There are no guests online

<%~endunless%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%> <%~if current.user_status == $ADMINISTRATOR%> <%~endif%>