{% if post.is_valid %}
{{ post.content|safe }}
{% else %}
{% endif %}
{% trans "This post's contents cannot be displayed." %}
{% trans "This error is caused by invalid post content manipulation." %}