1 {% if topic.is_closed %} (Closed) {% endif %} {% if topic.is_sticky %} (Sticky) {% endif %} {{topic.subject}}
by {{ topic.posted_by.username }}- {{ topic.reply_set.count }} replies
- {{ topic.viewcount }} views
- Last post {% if topic.reply_set.count > 0 %} {{ topic.lastPostDatetime|date:"jS F Y H:i A" }} {% else %} {{ topic.lastPostDatetime|date:"jS F Y H:i A" }} {% endif %} by {{ topic.lastPost.posted_by.username }}