{% if comes_from_moderation and post.pk == post_to_moderate_pk %}
{% trans 'This post will be deleted. Are you sure?' as question %}
{% if comes_from_moderation and post.pk == post_to_moderate_pk %}
{% trans 'Post to moderate' %}
{% endif %}
{{ post.content|safe }}
{% include "mgof/post/moderate_actionbar.html" %}
{% else %}
{% if topic.is_closed != True %}
{% endif %}
{% if topic.is_closed != True %}
{% trans 'Post a response' %}
{% endif %}
{% endif %}