{% extends "base.html" %} {% block title %}Inbox - {{ config.BBS_NAME }}{% endblock %} {% block content %}

Inbox

Sent
Compose
{% for msg in messages %} {% else %} {% endfor %}
FromSubjectDateActions
{% if not msg.read_at %}{% endif %} {{ msg.sender.username }} {{ msg.subject }} {{ msg.created_at.strftime('%Y-%m-%d %H:%M') }}
No messages in inbox.
{% endblock %}