{% import "macros.html" as macros %}
{% for thread in threads.object_list %} {{ thread.get_summary_html(search_state=search_state, visitor=request.user) }} {% endfor %}