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