{# sub-container to match the response of the ajax query #}
{% for question in questions %}
{{ question.thread.get_summary_html(
search_state=search_state,
visitor=request.user
)}}
{% else %}
{% trans %}There are no questions.{% endtrans %}
{% endfor %}