{% if theme_search_on_pennylane_ai %} {% endif %} {%- extends "basic/search.html" %} {% block body %}

{{ _('Search') }}

{% trans %} Please activate JavaScript to enable the search functionality. {% endtrans %}

{% trans %} Note that the search function will only return results containing all of the search terms; if you can't find the page you are looking for, try removing some search terms and searching again. {% endtrans %}

{% if not theme_toc_global %} {% include "searchbox.html" %} {% endif %} {% if search_performed %}

{{ _('Search Results') }}

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