{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}

{% trans 'Email Mailbox' %}

{% trans "An email mailbox includes both an email address and the login to which email should be delivered." %}

{% csrf_token %} {{ form.member.as_hidden }}
{% if form.local.help_text %} {{ form.local.help_text|safe }} {% endif %} {{ form.local }} {{ form.local.errors }}
{% if form.domain_name.help_text %} {{ form.domain_name.help_text|safe }} {% endif %} {% trans 'Domain not listed? Add a new one.' %}
@
{{ form.domain_name }}
{{ form.domain_name.errors }}
{{ form.login.label_tag }}
{% if form.login.help_text %} {{ form.login.help_text|safe }} {% endif %} {% trans 'Login not listed? Add a new one.' %}
{{ form.login }} {{ form.login.errors }}
Current status: {{ current_display_status }}
{% for runner in runners %} {% endfor %}
{% trans "Date" %}{% trans "Action" %}{% trans "Status" %}{% trans "Modified by" %}{% trans "Error" %}
{{ runner.nonce_created }}{{ runner.get_petal_action_display }}{{ runner.get_current_status_display }}{{ runner.modified_by }}{{ runner.error }}
{% include 'modal/domain_zone_form.html' %} {% include 'modal/login_form.html' %}
{% endblock %}