{% load i18n %} {% load pybb_tags %}
{{ post.user|pybb_profile_link }}
{% if user.is_superuser %}
{{ post.user_ip }}
{% endif %}
{% pybb_time post.created %}
{% if post.user.pybb_profile.ban_status %} {{ post.user.pybb_profile.get_ban_status_display }}
{% endif %}
{% if moderator or post|pybb_posted_by:user %} {% trans "Edit" %} {% endif %} {% if moderator or post|pybb_equal_to:last_post %} {% if moderator or post.user|pybb_equal_to:user %} / {% trans "Delete" %} {% endif %} {% endif %}
{% pybb_render_post post %} {% if post.updated %}
{% 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 }}
{% endif %} {% endif %}
{% trans "quote" %}