{%- extends "layout.html" %} {% block title %} title: "{{_('Search')}}" {% endblock %} {% block extrafooter %} extra-footer: ' {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} ' {% endblock %} {% block body %} {% 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.') }}

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %}