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 %}
- {{ topic.num_replies|add:"-1"}} {% trans "replies" %}
- {{ topic.num_views }} {% trans "views" %}
- {% trans "Last post" %} {{ topic.get_last_post.update|lbtimesince }} by {{topic.get_last_post.posted_by}}