{% extends "templates/one-column.html" %} {% block head_extra %}{% endblock %} {% block title %} Search results {% if query %}for '{{ query }}'{% endif %} {% endblock %} {% block content %}
{% if query %} {% if estimatedTotal == 0 %}

Sorry we couldn't find "{{ query }}"

{% if siteSearch %}

on {{ siteSearch }}

{% endif %} {% else %}

Search results for "{{ query }}"

{% if siteSearch %}

on {{ siteSearch }}

{% endif %} {% endif %} {% else %}

Search Ubuntu and Canonical sites

{% endif %}
{# search form #}
{% if results %} {% if results.entries %} {% for item in results.entries %}
{% endfor %}
{% if results.queries and results.queries.previousPage %} ‹ Previous {% endif %}
{% if results.queries and results.queries.nextPage %} Next › {% endif %}
{% else %}

Why not try widening your search?

You can do this by:

  • Adding alternative words or phrases
  • Using individual words instead of phrases
  • Trying a different spelling
{% endif %} {% endif %} {% endblock content %}