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

Mailboxes

{% if mailbox_list %} {% for mailbox in mailbox_list %} {% endfor %}
Mailbox Username Domain Sendonly Active Actions
{{ mailbox.username }}@{{ mailbox.domain }} {{ mailbox.username }} {{ mailbox.domain }} {{ mailbox.sendonly }} {{ mailbox.enabled }} Delete
Add Mailbox
{% else %}

You haven't set up any mailboxes yet.

Add Mailbox {% endif %} {% endblock %}