{% import "macros.html" as macros %} {% cache 0 "scope_sort_tabs" search_tags request.user author_name scope sort query context.page language_code %}
{% include "questions/questions_title.html" %}
{% include "questions/questions_sort_nav.html" %} {% if settings.RSS_ENABLED %} {% trans %}RSS{% endtrans %} {% endif %} {% include "components/toggle_sidebar_button.html" %}
{{ macros.tag_list_widget(search_tags, id='searchTags', deletable=True, label=gettext('Tagged'), make_links=False, search_state=search_state)}} {#%- if author_name %}{% trans %}author: {{author_name}}{% endtrans %} {% endif %#}
{% endcache %} {#% if author_name or search_tags or query %} todo: maybe in the future make a tooltip or some search help info

{% trans %}Search tips:{% endtrans %} {% if reset_method_count > 1 %} {% if author_name %} {% trans %}reset author{% endtrans %} {% endif %} {% if search_tags %}{% if author_name and query %}, {% elif author_name %}{% trans %} or {% endtrans %}{% endif %} {% trans %}reset tags{% endtrans %} {% endif %} {% if query %}{% trans %} or {% endtrans %} {% trans %}start over{% endtrans %} {% endif %} {% else %} {% trans %}start over{% endtrans %} {% endif %} {% trans %} - to expand, or dig in by adding more tags and revising the query.{% endtrans %}

{% else %}

{% trans %}Search tip:{% endtrans %} {% trans %}add tags and a query to focus your search{% endtrans %}

{% endif %#}