{%- extends "layout.html" %} {% set title = _('Search') %} {% set script_files = script_files + ['_static/searchtools.js'] %} {% block footer %} {{ super() }} {% endblock %} {% block body %} {% trans %} Please activate JavaScript to enable the search functionality. {% endtrans %} {% if search_performed %} {{ _('Search Results') }} {% if not search_results %} {{ _('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 %} {% if search_results %} {% for href, caption, context in search_results %} {{ caption }} {{ context|e }} {% endfor %} {% endif %} {% endblock %}
{% trans %} Please activate JavaScript to enable the search functionality. {% endtrans %}
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
{{ context|e }}