{% load i18n %} {% load humanize %} {% for post in newposts %}
{{post.content|safe}} {{post.created|naturaltime}}
{% endfor %}