{% extends "base.html" %} {% block title %}{{ t('search.title') }}{% if q %}: {{ q }}{% endif %} - {{ wiki_name }}{% endblock %} {% block content %}

{{ t('search.title') }}{% if q %}: "{{ q }}"{% endif %}

{% if q %}

{{ t('search.results_found', count=results|length) }}

{% if results %} {% else %}

{{ t('search.no_results') }}

{% endif %} {% else %}

{{ t('search.enter_query') }}

{% endif %}
{% endblock %}