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

{% trans cnt=questions_count, q_num=questions_count|intcomma %}{{q_num}} question{% pluralize %}{{q_num}} questions{% endtrans %} {% if author_name %} {% trans %}with {{author_name}}'s contributions{% endtrans %} {% endif %}

{% trans %}Tagged{% endtrans %} {{ macros.tag_list_widget( search_tags, id = 'searchTags', deletable = True, make_links = False, search_state = search_state ) }}
{#% 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 %}