{% extends "base.html" %} {% block title %}{{ net.name }} — {{ config.BBS_NAME }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if net.network_type == 'binkp' and net.hub_address %} {{ net.hub_address }} {% elif net.network_type == 'qwk' and net.qwk_hub_id %} Hub: {{ net.qwk_hub_id }} {% endif %} {% if total_unread %} · {{ total_unread }} unread {% endif %}
{{ area.description|truncate(90) }}
{% endif %}{{ area.tag }}
No areas available in this network.
{% if current_user.is_admin %} Manage Areas {% endif %}