{% 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 %}