{% extends "search/base.html" %} {% from 'includes/common_macros.html' import for_contributors_sidebar %} {% from "search/includes/result.html" import search_result with context %} {% set crumbs = [(url('forums.search', forum_slug=forum.slug), forum.name), (None, _('Results'))] %} {% set meta = (('robots', 'noindex, nofollow'),) %} {% block content %}
{# L10n: {n} is the number of search results, {q} is the search query. #} {{ ngettext('Found {n} result for {q}', 'Found {n} results for {q}', num_results)|fe(n=num_results, q=q) }}
{{ _("Sorry! 0 results found for ‘{q}’.")|fe(q=q) }}
{{ _("Try searching again with different keywords.") }}
{% endif %}