{% pybb_render_post post %}
{% if post.updated %}
{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }}) {% endfor %} {% endif %} {% if not user.is_authenticated or user.pybb_profile.show_signatures %} {% if post.user.pybb_profile.signature %}
{{ post.user.pybb_profile.signature_html|safe }}
{% endif %}
{% endif %}
{% trans "Edited" %} {% pybb_time post.updated %}
{% endif %}
{% if post.attachment_cache %}
{% for attach in post.attachment_cache %}
{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }}) {% endfor %} {% endif %} {% if not user.is_authenticated or user.pybb_profile.show_signatures %} {% if post.user.pybb_profile.signature %}
{{ post.user.pybb_profile.signature_html|safe }}