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