{% import "macros.html" as macros %} {# cache 0 "questions" questions search_tags scope sort query context.page language_code #} {% for question_post in questions.object_list %} {{macros.question_summary(question_post.thread, question_post, search_state=search_state)}} {% endfor %} {% if questions.object_list|length == 0 %} {% include "main_page/nothing_found.html" %} {% else %}
{% trans %}Did not find what you were looking for?{% endtrans %} {% trans %}Please, post your question!{% endtrans %}
{% endif %}