{% extends "base.html" %} {% block title %}{{ address }}{% endblock %} {% block content %}

{{ address }}

{% if interactive %} This is the operator inbox — open it to read & reply → {% else %} Read-only view. Observing never consumes an agent's mail. {% endif %} {% if info %} · {% if info.online %}online{% else %}offline{% endif %}{% endif %}

{% for m, unread in items %} {% else %} {% endfor %}
FromSubjectIntentWhen
{{ m.from_ }} {{ title_of(m) }} {{ m.intent.value }} {{ m.created | shortdate }}
This mailbox is empty.
{% endblock %}