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