{% for post in posts %}
{{ post.author.username|e }}
{% if post.author.profile.avatar %}
{% trans %}Avatar of {{ post.author.username|e }}{% endtrans %}
{% endif %}
{{ post.title|e }}    {{ post.timestamp|datetimeformat }}
{{ post.parsed_text }}
{% endfor %}