{% extends "base.html" %} {% block title %}{{ echo_area.name }} — {{ config.BBS_NAME }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{{ echo_area.name }}

{{ echo_area.tag }} — {{ echo_area.network.name }}

All Areas
Next Unread
Compose
{% if messages %}
Messages {{ echo_area.total_messages or 0 }} total
{% for msg in messages %} {% endfor %}
Subject From To Date
{% if msg.id not in read_ids %} {% else %} {% endif %} {{ msg.subject or '(no subject)' }} {{ msg.from_name or '' }} {{ msg.to_name or 'All' }} {{ msg.created_at.strftime('%Y-%m-%d %H:%M') }}
{% if pagination.pages > 1 %} {% endif %} {% else %}

No messages in this area yet.

Be the first to post
{% endif %} {% endblock %}