{% load bleach_tags %} {% load duration %} {% load humanize %} {% load i18n %} {% for post in posts %} {{ 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 %} {% endif %} {% endfor %} {{ post.content|bleach:"a,p,span,br,div,img"|default:"" }} {% empty %}