#{{ forloop.counter }} {% trans 'Post by' %} {{ post.authored_by.profile }}
{% trans 'Created at' %}:
{% if post.moderation_status == 'collapsed' %}
{% else %}
{{ post.text|safe }}
{% endif %}
{% blocktrans %} This post has been collapsed by a moderator. {% endblocktrans %}
{% trans "Show post" %}
{{ post.text|safe }}