{# todo: add tips to widen selection #} {% if search_state.scope == "unanswered" %}

{% trans %}There are no unanswered questions here{% endtrans %}

{% endif %} {% if search_state.scope == "favorite" %}

{% 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 %} {% if reset_method_count > 1 %} {% if search_state.author %} {% trans %}You can expand your search by {% endtrans %}{% 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 %}You can expand your search by {% endtrans %}{% trans %}resetting tags{% endtrans %} {% endif %} {% if search_state.query %} {% trans %}You can expand your search by {% endtrans %}{% trans %}starting over{% endtrans %} {% endif %} {% else %} {% trans %}You can expand your search by {% endtrans %}{% trans %}starting over{% endtrans %} {% endif %} {% endif %} {% trans %}Ask a question{% endtrans %}