{% load i18n %} {% if post.is_valid %}
{{ post.content|safe }}
{% else %}

{% trans "This post's contents cannot be displayed." %}

{% trans "This error is caused by invalid post content manipulation." %}

{% endif %}