{{ post.body_html|safe }} {% if not user.is_authenticated or user_profile.show_signatures %} {% if post_user_profile.signature %}
{{ post_user_profile.signature_html|safe }}
{% endif %} {% endif %} {% if post.updated %}
{% trans "Edited" %} {% pybb_time post.updated %}
{% endif %} {% comment %} {% if post.attachment_cache %} {% for attach in post.attachment_cache %}
{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }}) {% endfor %} {% endif %} {% endcomment %}
{% if user|pybb_may_create_post:post.topic %} {% trans "quote" %} {% trans "quote selected" %} {% endif %}
{% for attachment in post.attachments.all %} {{ attachment.size_display }} {% endfor %}