{% extends "base.html" %} {% block title %}{{ peer.name }} — BBS Directory{% endblock %} {% block content %}
Back to Directory

{{ peer.name }}

{% if peer.location %}

{{ peer.location }}

{% endif %} {% if peer.description %}

{{ peer.description }}

{% endif %}
Telnet
{{ peer.hostname }}{% if peer.telnet_port and peer.telnet_port != 23 %}:{{ peer.telnet_port }}{% endif %}
{% if peer.web_url %}
Web
{{ peer.web_url }}
{% endif %} {% if peer.software %}
Software
{{ peer.software }}
{% endif %} {% if peer.ftn_address %}
FTN Address
{{ peer.ftn_address }}
{% endif %}
Connect via Telnet {% if peer.web_url %} Visit Web {% endif %} {% if peer.ftn_address %} Send Telegram {% endif %}
{% endblock %}