{% extends "search/base.html" %} {% from 'includes/common_macros.html' import for_contributors_sidebar %} {% from "search/includes/result.html" import search_result with context %} {% from "search/includes/macros.html" import basic_search_form with context %} {% set meta = (('WT.oss', q), ('WT.oss_r', num_results), ('robots', 'noindex, nofollow')) %} {% set ga_content_group = "search-form" %} {% block masthead %}
{# L10n: {n} is the number of search results, {q} is the search query, {product} is the product. #} {{ ngettext('Found {n} result for {q} for {product}', 'Found {n} results for {q} for {product}', num_results)|fe(n=num_results, q=q, product=product_titles) }}
{# L10n: {q} is the search query, {l} is the language searched. #} {{ _("Sorry! 0 results found for ‘{q}’ in ‘{l}’")|fe(q=q, l=lang_name) }}
{{ _("Try searching again with a different keyword, or browse our featured articles and threads below instead.") }}
{{ doc.document_summary }}