{% extends "share_links/base.html" %} {% load share_links_templatetags i18n %} {% block title %}{% translate "Search" %} : {{ block.super }}{% endblock %} {% block content %}
{% if request.GET.search %}

{% translate "Results for" %} {{ request.GET.search }}

{% else %}

{% translate "Search" %}

{% blocktranslate %} Use the magnifying glass icon at the top right of the screen in order to make your request. {% endblocktranslate %}

{% endif %}

{% blocktranslate %} Queries are processed for words that are at least {{ request_min_chars }} characters long, in order to reduce server load. Sorry words & tags < {{ request_min_chars }} long! {% endblocktranslate %}

{% translate "Links" %}

{% translate "Tags" %}

{% endblock %}