Parent: [3abb2e] (diff)

Download this file

post_thread.html    10 lines (9 with data), 463 Bytes

1
2
3
4
5
6
7
8
9
<li>
{{widgets.post.display(value=value, show_subject=show_subject, indent=indent,
supress_promote=supress_promote, page=page, limit=limit)}}
<ul>
{% for child in value.descendants() if child.status == 'ok' and child.parent_id == value._id %}
<li>{{c.widget.widget_type.display(value=child, indent=indent+1)}}</li>
{% endfor %}
</ul>
</li>