{{ post.thread.title }}
{% blocktrans trimmed with posted_on=post.posted_on|date:'DATETIME_FORMAT' %}
posted on {{ posted_on }}
{% endblocktrans %}
{% if post.is_valid %}
{% trans "This post's contents cannot be displayed." %}
{% trans "This error is caused by invalid post content manipulation." %}