{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% load humanize %} {% load wlprofile_extras %} {% load custom_date %} {% block title %} {{ forum.name }} - {{ block.super }} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
Title | Last Post by | ||
{% if topic|pybb_has_unreads:user %}
![]() ![]() |
{% if topic.sticky %}![]() ![]() Created by {{ topic.user|user_link }} on {{ topic.created|custom_date:user }} |
Posts: {{ topic.post_count }} Views: {{ topic.views }} |
{%if topic.last_post %}
{{ topic.last_post.user|user_link }} » on {{ topic.last_post.created|custom_date:user }} {% endif %} |