{% load i18n %}
{% load lbforum_filters %}
{% load lbforum_tags %}
|
{% if t.closed %}
[{% trans "Closed" %}]
{% endif %}
{% if t.sticky %}
[{% trans "Sticky" %}]
{% endif %}
{% if t.hidden %}
[{% trans "Hided" %}]
{% endif %}
{% if t.level == 60 %}
[{% trans "Distillate" %}]
{% endif %}
{% if t.t_type %}
[{{ t.t_type }}]
{% endif %}
{{t.subject}}
{% if not forum %}
{{t.forum.name}} •
{% endif %}
{{t.posted_by.lbforum_profile}} •
{{ t.num_views }} {% trans "views" %} •
{% trans "Last post" %} {{ t.last_post.created_on |lbtimesince }} by
{{ t.last_post.posted_by.lbforum_profile }}
|