{% for post in posts %}

{% page_item_idx page_obj forloop %}

({{ post.topic.num_replies|add:"-1" }} {% trans "replies" %}, {% trans "posted in" %} {{ post.topic.forum }})

{{ post.message|bbcode|safe }}

{% endfor %}