{% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %}

1 {% if topic.closed %} ({% trans "Closed" %}) {% endif %} {% if topic.sticky %} ({% trans "Sticky" %}) {% endif %} {% if topic.level == 60 %} ({% trans "Distillate" %}) {% endif %} {% if topic.topic_type %} [{{ topic.topic_type }}] {% endif %} {{ topic.subject }}

Started {{ topic.created_on|date:"Y-m-d H:i" }} by {{ topic.posted_by }} {% post_paginate topic.num_replies TOPIC_PAGE_SIZE %}