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