{% load i18n %} {% for post in posts %}

{{ post.title|escape }}

{% if post.published %} {% blocktrans with post.published|timesince as post_age %}{{ post_age }} ago{% endblocktrans %} {% endif %}

{{ post.summary }}

{% endfor %}