{% load i18n %}
{% if email_mailboxes %}

{% trans "The following email addresses will deliver email to the mailbox controlled by this user." %}

{% for email_mailbox in email_mailboxes %} {% include 'modal/delete_confirm.html' with id=email_mailbox.id resource="email-mailbox" desc=email_mailbox %} {% endfor %}
{{ email_mailbox.local }}@{{ email_mailbox.domain_name }}
{% else %}

{% trans "No email addresses are configured for this login." %}

{% endif %}