{% extends 'multimail/base.html' %} {% block content %}

Mailboxes

{% if mailbox_list %} {% for mailbox in mailbox_list %} {% endfor %}
Mailbox Actions
{{ mailbox.username }}@{{ mailbox.domain }} Delete
Add
{% else %}

You haven't set up any mailboxes yet.

{% endif %} {% endblock %}