{% load i18n %} {% if post.is_moderated %}
{% if post.id == thread.first_post_id %} {% trans "This thread won't be visible to other users until its approved by moderator." %} {% else %} {% trans "This post won't be visible to other users until its approved by moderator." %} {% endif %}
{% endif %} {% if post.has_open_reports and thread.acl.can_see_reports %}
{% trans "This post has open reports." %}
{% endif %} {% if post.is_hidden and post.acl.can_see_hidden %}
{% include "misago/thread/hidden_message.html" %}
{% endif %}