{% extends "base.html" %} {% block title %}BBS Directory Admin — {{ config.BBS_NAME }}{% endblock %} {% block content %}
| Name | Telnet | Web | Location | Software | Description | |
|---|---|---|---|---|---|---|
| {{ p.name }} | {{ p.hostname }}{% if p.telnet_port and p.telnet_port != 23 %}:{{ p.telnet_port }}{% endif %} |
{% if p.web_url %}{{ p.web_url[:40] }}{% endif %} | {{ p.location or '—' }} | {{ p.software or '—' }} | {{ (p.description or '')[:60] }} |
| Status | Name | Telnet | Web | Location | Software | FTN | |
|---|---|---|---|---|---|---|---|
| {% if p.is_active %}on {% else %}off{% endif %} | {{ p.name }}
{% if p.description %} {{ p.description[:60] }}{% endif %} |
{{ p.hostname }}{% if p.telnet_port and p.telnet_port != 23 %}:{{ p.telnet_port }}{% endif %} |
{% if p.web_url %}link{% endif %} | {{ p.location or '' }} | {{ p.software or '' }} | {{ p.ftn_address or '' }} |
| Source | Entries | Last Refreshed | |
|---|---|---|---|
| {{ s.label }} | {{ s.count }} | {{ s.last_updated.strftime('%Y-%m-%d %H:%M') if s.last_updated else 'Never' }} |