{% 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 Postfaecher" %}

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

{% trans "Ergebnisse" %}

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