-
+ {% for thread in threads %}
+
-
+ + {{thread.content | safe}} - {% for media in thread.media_attachments%} - {% if media.type == 'image'%} --
- {% endif %} - {% endfor %} -
--See more
--
- {% for descendant in thread.descendants %}
-
-
- - {{ descendant.content | safe }} - {% for media in descendant.media_attachments%} - {% if media.type == 'image'%} --
- {% endif %} - {% endfor %} -
- -
+ {% for media in thread.media_attachments%}
+ {% if media.type == 'image'%}
+
+ {% endif %} {% endfor %} -
- {% endfor %}
-
+ -
-