{# todo: add tips to widen selection #}

{% if search_state.scope == "unanswered" %} {% trans %}There are no unanswered questions here{% endtrans %} {% endif %} {% if search_state.scope == "followed" %} {% trans %}No questions here. {% endtrans %} {% trans %}Please follow some questions or follow some users.{% endtrans %} {% endif %}

{% if search_state.query or search_state.tags or search_state.author %}

{% trans %}You can expand your search by {% endtrans %} {% if reset_method_count > 1 %} {% if search_state.author %} {% trans %}resetting author{% endtrans %} {% endif %} {% if search_state.tags %}{% if search_state.author and search_state.query %}, {% elif search_state.author %}{% trans %} or {% endtrans %}{% endif %} {% trans %}resetting tags{% endtrans %} {% endif %} {% if search_state.query %}{% trans %} or {% endtrans %} {% trans %}starting over{% endtrans %} {% endif %} {% else %} {% trans %}starting over{% endtrans %} {% endif %}

{% endif %}

{% trans %}Please always feel free to ask your question!{% endtrans %}