{% extends "mailadmin/base.html" %} {% load i18n %} {% load noris_extra %} {% block javascript %} {{ block.super }} {% include "popkern/yui_autocomplete.html" %} {% endblock %} {% block focus %}{% if form.manipulator.editor_person.is_staff %}id_user{% else %}id_name{% endif %}{% endblock %} {% block content %} {% if new_mailbox_hint %}
{{ new_mailbox_hint}}
{% endif %} {% if form.manipulator.change %}

{% trans "Mailbox" %} {{ object.user|escape}}

{% else %}

{% navitext mailadmin.create_mailbox %}

{% endif %}
{% trans "Postfach" %} {% if form.manipulator.change or form.manipulator.editor_person.is_staff %} {{ form.user|with_label:_("Postfach-Name (Login)") }} {% endif %} {{ form.kunden_name|with_label:_("Kunde") }}
{{ form.name|with_label:_("Realname") }}
{% if form.manipulator.change %} {{ form.pass_field|with_label:_("Passwort aendern") }} {% else %} {{ form.pass_field|with_label:_("Passwort") }} {% endif %} {{ form.password_confirmal|with_label:_("Passwort bestaetigen") }} {{ form.auto_password|with_label:_("Automatische Passwortvergabe") }}
{% messages form("mailrules") %}
{% trans "E-Mail-Adressen fuer dieses Postfach" %}
{{quelle_localpart_help}}

{% if form.data.mailrules_have_subdomains %} {% endif %} {% for rule in form.mailrules %} {% for error in rule.quelle.errors %} {% endfor %} {% if rule.original.is_wildcard_forward %} {% endif %} {% if form.data.mailrules_have_subdomains %} {% endif %} {% endfor %}
{% trans "E-Mail-Adresse" %} {% trans "Subdomain" %} {% trans "Domain" %} {% trans "Loeschen" %}
{{ error }}
{% blocktrans with rule.quelle_domain.data as w_domain %} Falls Sie moechten, dass E-Mails nur fuer explizit definerte Benutzer@{{w_domain}} angenommen werden, loeschen Sie bitte die folgende Regel! {% endblocktrans %}
{{ rule.quelle_localpart|with_errors }} @{{ rule.quelle_subdomain|with_errors }} {% if rule.quelle_subdomain.data %}.{% endif %}{{ rule.quelle_domain|with_errors }} {{ rule.check_remove }}
{% if form.manipulator.composite_rules %}
{% trans "E-Mail-Adressen aus Mehrfachregeln" %}
{% trans "Diese E-Mail-Adressen stammen aus Regeln mit mehreren Zielen." %}

{% for rule in form.manipulator.composite_rules %} {% if rule.is_wildcard_forward %} {% endif %} {% endfor %}
{% trans "E-Mail-Adresse" %} @ {% trans "Domain" %}
{% blocktrans with rule.quelle_domain.data as w_domain %} Falls Sie moechten, dass E-Mails nur fuer explizit definerte Benutzer@{{w_domain}} angenommen werden, loeschen Sie bitte die folgende Regel! {% endblocktrans %}
{{ rule.quell_adresse.localpart|escape }} {{rule.quell_adresse.separator|escape}} {{ rule.quell_adresse.domain|escape }} {% trans "Bearbeiten" %}
{% endif %} {% include "popkern/part_submit_row.html" %}
{% endblock %}