{% extends "base.html" %} {% block title %}{{ echo_area.name }} — {{ config.BBS_NAME }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ echo_area.tag }} — {{ echo_area.network.name }}
| 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') }} |
No messages in this area yet.
Be the first to post