{% load bleach_tags %} {% load duration %} {% load humanize %} {% load i18n %} {% for post in posts %}
@{{ post.author.handle }}
{{ post.published|naturaldelta }} {% include "action_reply_post.html" %} {% include "action_like_post.html" %} {% include "action_boost_post.html" %} {% include "action_open_post.html" %} {{ post.author.name }}
{{ post.summary|default:'' }}
{% for attachment in post.attachments.all %} {% if attachment.is_image %} attachment.file_display_name {% endif %} {% endfor %}
{{ post.content|bleach:"a,p,span,br,div,img"|default:"" }}
{% empty %}
{% trans "nothing so far." %}
{% endfor %}