{% extends "base.html" %} {% block title %}QWK Node: {{ node.packet_id }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ node.name }}{% if node.sysop %} — Sysop: {{ node.sysop }}{% endif %}
| Packet ID | {{ node.packet_id }} |
|---|---|
| BBS Name | {{ node.name }} |
| Sysop | {{ node.sysop or '—' }} |
| {{ node.email or '—' }} | |
| Status | {% if node.is_active %}active {% else %}inactive{% endif %} |
| Last Poll | {% if node.last_poll_at %}{{ node.last_poll_at.strftime('%Y-%m-%d %H:%M UTC') }} {% else %}never polled{% endif %} |
| Conferences | {{ subscriptions|length }} |
GET /qwkhub/{{ node.packet_id.lower() }}.qwk
| Conf# | Area Tag | Network | High-Water Mark | Actions |
|---|---|---|---|---|
{{ sub.conf_number or '—' }} |
{{ sub.echo_area.tag }} |
{{ sub.echo_area.network.name }} | {% if sub.last_message_id %}msg #{{ sub.last_message_id }} {% else %}all (no HWM){% endif %} |