{% set page_title = _("Search") %} {% extends theme("layout.html") %} {% from theme("macros.html") import horizontal_field %} {% block content %}

{% trans %}Search{% endtrans %}


{{ form.hidden_tag() }} {{ horizontal_field(form.search_types)}} {{ horizontal_field(form.search_query)}} {{ horizontal_field(form.submit) }}
{% endblock %}