{% extends "base.html" %} {% block title %}BinkP Node: {{ node.ftn_address }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ node.name }}{% if node.sysop %} — Sysop: {{ node.sysop }}{% endif %}
| FTN Address | {{ node.ftn_address }} |
|---|---|
| Network | {% if node.network %}{{ node.network.name }} {% else %}(auto -- resolved from hub identity){% endif %} |
| System | {{ node.system_name or '—' }} |
| Location | {{ node.location or '—' }} |
| {{ node.email or '—' }} | |
| Password | {{ node.password }} |
| Outbound Spool |
{{ outbound_dir }}
|
| Status | {% if node.is_active %}active {% else %}inactive{% endif %} |
| Last Seen | {% if node.last_seen_at %}{{ node.last_seen_at|eastern('%Y-%m-%d %H:%M %Z') }} {% else %}never connected{% endif %} |
| Areas | {{ node.subscriptions.count() }} |
| Pending Queue | {{ pending_count }} |
| Tag | Network | Actions |
|---|---|---|
{{ area.tag }} |
{{ area.network.name }} |
| Tag | Name | Actions |
|---|---|---|
{{ area.tag }} |
{{ area.name or '' }} |
These messages will be sent to {{ node.ftn_address }} on their next BinkP connection.
| Message ID | Area | Status | Queued | Sent |
|---|---|---|---|---|
| {{ entry.message_id }} | {% if entry.message %}{{ entry.message.area.tag if entry.message.area else '?' }}{% endif %} |
{% if entry.status == 'sent' %}sent {% elif entry.status == 'pending' %}pending {% else %}{{ entry.status }}{% endif %} | {{ entry.queued_at|eastern('%m-%d %H:%M') }} | {% if entry.sent_at %}{{ entry.sent_at|eastern('%m-%d %H:%M') }}{% else %}—{% endif %} |