{% extends "base.html" %} {% block title %}BBS Directory — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Browse local and worldwide BBS listings
{{ p.hostname }}{% if p.telnet_port and p.telnet_port != 23 %}:{{ p.telnet_port }}{% endif %}
{% if d.last_updated %} Last updated {{ d.last_updated.strftime('%Y-%m-%d %H:%M') }} UTC (refreshes every {{ 6 }} hours) {% else %} Loading… check back in a moment. {% endif %}
{% if current_user.is_admin %} {% endif %}{{ e.telnet_host }}{% if e.telnet_port and e.telnet_port != 23 %}:{{ e.telnet_port }}{% endif %}