{% if topic.is_closed %}
{% endif %}
{% if topic.is_sticky %}
{% endif %}
{% if topic.is_normal %}
{% endif %}
1
{% if topic.is_closed %}
(Closed)
{% endif %}
{% if topic.is_sticky %}
(Sticky)
{% endif %}
{{topic.subject}}
by {{topic.posted_by.username}}