{{ _('Search') }}
{% trans %} We'd like to know how we can improve MDN search. To help us out, please complete this survey.
{% if result_count %}
{% endif %}
{% else %}
{{ _('Search Results For "%s"') % search_query }}
-
{% for doc in results %}
{{ doc_block(doc) }}
{% endfor %}
{% if next_page %}
{{ _('Next Page') }}
{% endif %}
{% if prev_page %}
{{ _('Previous Page') }}
{% endif %}
{% if facet_counts %}
{{ _('Topics') }}
-
{% for facet in facet_counts %}
- {% if facet.deselect_url %} {{ facet.label }} {{ facet.count }} x {% else %} {{ facet.label }} {{ facet.count }} {% endif %} {% endfor %}
{{ _('Ooops!') }}
{{ _('No documents relating to your search could be found.') }}
{% include 'search/popular.html' %} {% endif %} {% else %} {% include 'search/popular.html' %} {% endif %}