{{ post.author }} {{ private_message(post.author) }} {# L10n: {0} is the number of posts. #} {{ ngettext('1 post', '{0} posts', post.author_post_count)|f(post.author_post_count) }}
{% if post.id and not thread.is_locked and has_perm_or_owns('forums_forum.post_edit_forum', post, forum, 'author') %} {{ _('Edit') }} {% endif %} {% if post.id and has_perm('forums_forum.post_delete_forum', forum) %} {{ _('Delete') }} {% endif %}
{{ post.content_parsed }}
{{ post.content }}
{{ datetimeformat(post.created, format='longdatetime') }} {% if post.id and user.is_authenticated() and not thread.is_locked and forum.allows_posting_by(user) %} {{ _('Reply') }} {% endif %} {% if post.id and post.created != post.updated %} {{ _('Modified by {name} on {datetime}')|fe(name=post.updated_by.username, datetime=datetimeformat(post.updated, format='longdatetime')) }} {% endif %}