{% if post.hidden %}
{% trans %}This is post is hidden{% endtrans %} ({{ post.hidden_at|format_date('%b %d %Y') }} {% trans %} by {% endtrans %} {{ post.hidden_by.username }})
{% endif %} {{ post.content|markup }} {% if flaskbb_config["SIGNATURE_ENABLED"] and post.user_id and user.signature %} {% endif %}