{% load util_tags %} {% load humanize %} {% load static from staticfiles %}
New | Thread | Last Post | Posts |
---|---|---|---|
{% if thread.has_unread_posts %}
{% if thread.stickied %}
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
{{ thread.title|word_filter|truncatechars:100 }}{% comment %}
{% endcomment %}
{% with oldest_undread_post=thread.get_jump_post %}
{% if oldest_undread_post %}
(oldest unread post)
{% endif %}
{% endwith %}
{{ thread.get_author.username }}
{% if user.is_authenticated and thread.is_subscribed %}
{% endif %}
{% spaceless %}
{% endspaceless %}
|
{% with last_post=thread.get_last_post %} {{ last_post.created|present_dt }} {% endwith %} | {{ thread.get_post_count|intcomma }} |