-
{% for thread in threads %}
-
@@ -111,9 +111,7 @@
-+ {{thread.content | safe}} {% for media in thread.media_attachments %} @@ -127,8 +125,11 @@ {% endif %} {% endfor %} --
See more ({{ thread.descendants | length }})
+ {% if thread.descendants %} + +-
{% for descendant in thread.descendants %}
- @@ -139,9 +140,6 @@
-{{ descendant.content | safe }} {% for media in descendant.media_attachments%} {% if media.type == 'image'%} @@ -153,11 +151,17 @@ {% endif %} {% endfor %} + - {% endfor %}