{{ private_message(post.creator) }}
{% with count = post.creator.post_set.count() %}
{# L10n: {0} is the number of posts. #}
{% if post.id and (perms.kbforums.change_post or (post.creator == request.user and not thread.is_locked)) %}

{% endif %}
{% if post.id and perms.kbforums.delete_post %}
{% endif %}
{% if document and document.slug and post.id %}
{% endif %}