-
{% for thread in threads %}
-
{{thread.account.display_name | safe}}
{{thread.content | safe}} {% if thread.descendants is defined %} {% for media in thread.media_attachments %} {% if media.type == 'image'%}{% if thread.descendants is defined %}{% elif media.type == 'gifv' %} {% endif %} {% endfor %} {% endif %}
-
{% for descendant in thread.descendants %}
-
{{descendant.account.display_name | safe}}
{{ descendant.content | safe }} {% for media in descendant.media_attachments%} {% if media.type == 'image'%}{% elif media.type == 'gifv' %} {% endif %} {% endfor %} {% if descendant.card %}
{{ descendant.card.provider_name or descendant.card.provider_url }} {{ descendant.card.title }} {{descendant.card.description}}{% endif %} - {% endfor %}
{% endfor %}
-