{% comment %} vim:ft=htmldjango: {% endcomment %} {% load i18n %} {% load humanize %} {% load pybb_extras %} {% load wiki %} {% load wlprofile %} {% load custom_date %}
{{ post.user|user_link }} | Posted at: {{ post.created|custom_date:user}} |
{{ post.body_html|safe }}
{% if not user.is_authenticated or user.pybb_profile.show_signatures %}
{% if post.user.pybb_profile.signature %}
{{ post.user.pybb_profile.signature|urlize|linebreaks }}
{% 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 %}
|
|
Top |
{% if user.is_authenticated %}
{% ifnotequal user post.user %}
Send PM
{% endifnotequal %}
{% endif %}
{% if moderator or post|pybb_posted_by:user %}
![]() ![]() |