visibility_off
{% trans "This post is hidden. Only users with permission may see its contents." %}
{% endif %}
{% if post.is_unapproved %}
remove_circle_outline
{% trans "This post is unapproved. Only users with permission to approve posts and its author may see its contents." %}
{% endif %}
{% if post.is_protected %}
lock_outline
{% trans "This post is protected. Only moderators may change it." %}
{% endif %}