{{ private_message(post.author) }}
{# L10n: {0} is the number of posts. #}
{% if post.id and not thread.is_locked and
has_perm_or_owns('forums_forum.post_edit_forum', post, forum, 'author') %}

{% endif %}
{% if post.id and has_perm('forums_forum.post_delete_forum', forum) %}
{% endif %}