{% load i18n misago_capture %}

{% trans "This post is hidden. You cannot not see its contents." %}

{% capture trimmed as hidden_by %} {% if post.hidden_by_id %} {{ post.hidden_by_name }} {% else %} {{ post.hidden_by_name }} {% endif %} {% endcapture %}

{% blocktrans trimmed with hidden_by=hidden_by|safe hidden_on=post.hidden_on|date:'DATETIME_FORMAT' %} Hidden by {{ hidden_by }} on {{ hidden_on }}. {% endblocktrans %}