{% import "macros.html" as macros %} {% if questions_count > 0 %}

{% set pluralized_item_term=settings.WORDS_QUESTIONS_COUNTABLE_FORMS|py_pluralize(questions_count)|escape %} {% set item_count=questions_count %} {% trans %}{{ item_count }} {{ pluralized_item_term }}{% endtrans %}

{% trans %}Tagged{% endtrans %} {{ macros.tag_list_widget( search_tags, id = 'searchTags', deletable = True, make_links = False, search_state = search_state ) }} {#%- if author_name %}{% trans %}author: {{author_name}}{% endtrans %} {% endif %#}
{#% if author_name or search_tags or query %}

{% 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 %#} {% endif %}