{%- extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block body %}
{% trans %}Please activate JavaScript to enable the search functionality.{% endtrans %}
{% trans %}Enter one or more terms below. Searches with multiple words only show pages that contain all of the requested words.{% endtrans %}
{% if search_performed %}{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly.') }}
{% endif %} {% endif %}