{% 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 "Schnellsuche fuer Regeln" %}

{% trans "Suchkriterien" %} {{ form.kunde|with_label:_("Kunde") }} {{ form.search|with_label:_("Suchbegriff") }} {{ form.domain_select|with_label:_("Domain") }}
{% if not noquery %}

{% trans "Ergebnisse" %}

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