{% 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 }} |
|---|---|
| System | {{ node.system_name or '—' }} |
| Location | {{ node.location or '—' }} |
| {{ node.email or '—' }} | |
| Status | {% if node.is_active %}active {% else %}inactive{% endif %} |
| Last Seen | {% if node.last_seen_at %}{{ node.last_seen_at.strftime('%Y-%m-%d %H:%M UTC') }} {% else %}never connected{% endif %} |
| Areas | {{ node.subscriptions.count() }} |
| Pending Queue | {{ pending_count }} |
| Tag | Network | Actions |
|---|---|---|
{{ area.tag }} |
{{ area.network.name }} |
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.strftime('%m-%d %H:%M') }} | {% if entry.sent_at %}{{ entry.sent_at.strftime('%m-%d %H:%M') }}{% else %}—{% endif %} |