{% if limit %}
{{widgets.page_list.display(limit=limit, page=page, count=count)}}
{% endif %}
{% set posts = value.find_posts(page=page, limit=limit) %}
{% if posts %}
{% for t in value.create_post_threads(posts) %}
{% if limit %}
-
{{widgets.post_thread.display(value=t['post'], indent=0, show_subject=show_subject,
supress_promote=True, page=page, limit=limit)}}
{{widgets.page_list.display(limit=limit, page=page, count=count)}}
{{widgets.page_size.display(limit=limit)}}
{% endif %}