{% if post.user_id %} {% if post.user.get_title() %} {{ user_label(post.user) }}{% endif %} {% else %} {% endif %} {% if post.edits %} {% if acl.threads.can_see_changelog(user, forum, post) %} {% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %} {% else %} {% trans edits=post.edits %}One edit{% pluralize %}{{ edits }} edits{% endtrans %} {% endif %} {% endif %} {% if posts_form and thread.start_post_id != post.pk %} {% endif %} {% if posts_form and thread.start_post_id == post.pk %} #1 {% else %} #{{ pagination['start'] + loop.index0 }} {% endif %}
{% if post.protected and acl.threads.can_protect(forum) %} {% trans %}Protected{% endtrans %} {% endif %} {% if post.deleted %} {% trans %}Deleted{% endtrans %} {% endif %} {% if not post.is_read %} {% trans %}New{% endtrans %} {% endif %}
{{ post.post_preparsed|markdown_final|safe }}