{%- extends "layout.html" %} {% set title = _('Search') %} {% set script_files = script_files + ['_static/searchtools.js'] %} {% set script_files = script_files + ['_static/language_data.js'] %} {% block footer %} {{ super() }} {% endblock %} {% block body %} {% if search_performed %}
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
{% endif %} {% endif %}{{ context|e }}