{# todo: add tips to widen selection #}

{% trans %}Oops, looks like there is nothing here yet!{% endtrans %} {#

{% trans %}Did not find what you were looking for?{% endtrans %} {{ settings.WORDS_ASK_YOUR_QUESTION|escape }}
#}

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