{% extends "base.html" %} {% block title %}{{ peer.name }}{% endblock %} {% block content %}

{{ peer.name }}

{{ peer.hostname }}{% if peer.finger_port and peer.finger_port != 79 %}:{{ peer.finger_port }}{% endif %} {% if peer.ftn_address %} — {{ peer.ftn_address }}{% endif %}

{% if peer.description %}

{{ peer.description }}

{% endif %}
Online users (last polled {{ peer.last_polled_at.strftime('%Y-%m-%d %H:%M:%S UTC') if peer.last_polled_at else 'never' }})
{% if peer.last_error %}
Polling error: {{ peer.last_error }}
{% elif peer.last_response %}
{{ peer.last_response }}
{% else %}
No data yet — the system will poll on the next request.
{% endif %}
{% if peer.ftn_address %}
Send Telegram to {{ peer.name }}
{% endif %} ← All BBSes {% endblock %}