{% extends 'pybb/base.html' %} {% load url from future %} {% load i18n pybb_tags %} {% pybb_get_profile user=request.user as user_profile %} {% block breadcrumb %} {% include 'pybb/breadcrumb.html' with object=this_message %} {% endblock %} {% block content %} {% with root_url=this_message.thread.head.get_absolute_url %} {% for message in thread %}
See all messages in thread | |
---|---|
# {% pybb_time message.sent %} | |
{% include "pybb/avatar.html" with user=message.sender %}
{{ message.sender_ip }}
{% endif %}
|
{% if request.user.is_superuser %}
{{ message.body_html|safe }}
{% if user_profile.show_signatures and sender_profile.signature %}
{{ sender_profile.signature_html|safe }}
{% endif %}
|