{% for post in posts %} {% endfor %}
{% if post.author.profile.avatar %}
{% trans %}Avatar of {{ post.author.username|e }}{% endtrans %}
{% endif %}
  • {% trans 'Posts' %}: {{ post.author.post_count }}
  • {% trans 'Registered' %}: {{ post.author.register_date|dateformat }}
{{ post.title|e }}    {{ post.timestamp|datetimeformat }}
{{ post.parsed_text }}