{% extends 'punkweb_bb/base.html' %} {% load static %} {% block title_prefix %}{{subcategory.name}} | {% endblock%} {% block extra_head %} {% endblock %} {% block content %}
Title | Posts | |
---|---|---|
{{thread.title}}
{% if thread.is_pinned %}
keep
{% endif %}
{% if thread.is_closed %}
lock
{% endif %}
{{thread.user.username}}
•
{{thread.created_at|date:'M j, Y'}}
|
{{thread.post_count}} |
{% if thread.latest_post %}
{% if thread.latest_post.user.profile.image %}
{% else %}
No posts
{% endif %}
![]() |