#{{ forloop.counter }} {% trans 'Post by' %} {{ post.authored_by.profile }}
{% trans 'Created at' %}:
{% if thread.authored_by == post.authored_by %}
{% endif %}
{% if post.authored_by.profile.has_moderation_powers %}
{% endif %}
{% 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 }}