{% comment %} vim:ft=htmldjango: {% endcomment %} {% load i18n %} {% load humanize %} {% load pybb_extras %} {% load wiki_extras %} {% load wlprofile_extras %} {% load custom_date %}
{{ post.user|user_link }} |
|
||
{{ post.body_html|safe }}
{% if user.is_authenticated %}
{% ifequal user.wlprofile.show_signatures 1 %}
{% if post.user.wlprofile.signature %}
__________________
{{ post.user.wlprofile.signature|urlize|linebreaks }}
{% endif %}
{% endifequal %}
{% else %}
{% if post.user.wlprofile.signature %}
__________________
{{ post.user.wlprofile.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 %}
|
|||
![]() |