{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% load humanize %} {% load wiki_extras %} {% load wlprofile_extras %} {% load custom_date %} {% block title %} {{ topic.name }} - {{ topic.forum.name }} - {{ block.super }} {% endblock title %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ post.user|user_link }} {% if post.user.wlprofile_extras.avatar %} |
Posted at: {{ post.created|custom_date:user}}
{{ post.body_html|safe }}
{% if post.attachment_cache %}
{% for attach in post.attachment_cache %}
{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }})
{% endfor %}
{% endif %}
{% if post.updated %}
{% trans "Edited" %}: {{ post.updated|custom_date:user|title}}
{% endif %}
{% 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 moderator or post|pybb_posted_by:user %} {% if moderator or post|pybb_equal_to:last_post %} {% endif %} {% endif %} |
{{ post.user|user_link }} {% if post.user.wlprofile.avatar %} |
Posted at: {{ post.created|custom_date:user}}
{{ post.body_html|safe }}
{% if post.attachment_cache %}
{% for attach in post.attachment_cache %}
{% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }})
{% endfor %}
{% endif %}
{% if post.updated %}
{% trans "Edited" %}: {{ post.updated|custom_date:user|title}}
{% endif %}
{% 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 %} ![]() ![]() ![]() ![]() |