{% extends "base.html" %} {% block content %}
Internal Mail Panel
Communicate securely within the SerUP network.
{% if error %}
{{ error }}
{% endif %}

Compose Message

Inbox

{% if inbox %} {% for msg in inbox %} {% endfor %}
Status From Subject Date Action
{% if not msg.read %} ● Unread {% else %} Read {% endif %} {{ msg.from }} {{ msg.subject }} {{ msg.timestamp.split('T')[0] }}
Read
{% else %}

Inbox is empty.

{% endif %}
{% endblock %}