{% macro thread_list(threads, forum=None) -%}
{% for thread in threads.object_list %}
{% if forum %}
{% set _forum = forum %}
{% else %}
{% set _forum = thread.forum %}
{% endif %}
{% if thread.is_locked %}
{% endif %}
{% if thread.is_sticky %}
{% endif %}