{% extends "base.html" %} {% from "_macros.html" import tile, ts, agent_link, counts_row %} {% set d = data %} {% block content %}
| Agent | Pending | |
|---|---|---|
| {{ agent_link(row.agent, row.handle) }} | {{ row.pending }} | deliveries → |
Mailbox cap is {{ d.config.mailbox_cap }}; a send to a full mailbox is refused
with quota_exceeded.
No pending deliveries anywhere.
{% endif %}