{% 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.post_count}} | {{thread.view_count | humanize_int}} |
{% if thread.latest_post %}
{% include 'punkweb_bb/components/profile_image.html' with user=thread.latest_post.user %}
{% else %}
No posts
{% endif %}
|
No threads have been created in this subcategory yet.