{% extends "mailadmin/base.html" %} {% load i18n %} {% load noris_extra %} {% block javascript %} {{ block.super }} {% include "popkern/yui_autocomplete.html" %} {% endblock %} {% block focus %}id_kunde{% endblock %} {% block content %}

{% trans "Suche" %}

{% trans "Suchkriterien" %} {{ form.kunde|with_label:_("Kunde") }} {{ form.typ|with_label:_("Regeltyp") }} {{ form.field|with_label:_("Suchen in") }}
{{ form.localpart_mode }} {{ form.localpart }}
{{ form.domain_mode }} {{ form.domain_text }}
{% if not noquery %}

{% trans "Ergebnisse" %}

{% include "mailadmin/part_mailrule_index.html" %} {% endif %} {% endblock %}