{% extends "base.html" %} {% block title %}Who's online @ {{ entry.name }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}

{{ entry.name }}

{{ entry.hostname }} {% if entry.ip_address %} ({{ entry.ip_address }}){% endif %}
Directory Send IM
{% if text %}
{{ text }}
{% else %}
No reply from {{ entry.hostname }}:11 (UDP). The remote BBS may not be online, may not run a SYSTAT/Finger UDP service, or may be blocking inbound UDP at the firewall.
{% endif %}
{% endblock %}