{% import 'macros_form.html' as form without context %} {% if query %}{% if persistent_data %} {% call form.msgbox() %}

Persistent Data:
{{ persistent_data }}

Query:
{{ query }}

{% if errors %}

Errors:
{{ errors }}

{% endif %} {% endcall %} {% endif %}{% endif %} {% call form.box(table=True) %} {% if not no_selection %} {% call form.tablefield(label=trans('label_search'), name='target', size='medium', type='select') %} {{ target }} {% endcall %} {% endif %}{% if no_selection %} {% call form.tablefield(label=trans('label_search'), size='medium', type='content') %} {{ target }} {% endcall %} {% endif %}{% if not no_types %} {% call form.tablefield(label=trans('label_typ'), name='type', size='medium', type='select') %} {{ search_for }} {% endcall %} {% endif %} {% endcall %} {{ searchqueryform }}