{% load i18n %}
{% load lbforum_filters %}
{% load lbforum_tags %}
{% load avatar_tags %}
{% avatar t.posted_by 48 %}
|
{% if t.closed %}
({% trans "Closed" %})
{% endif %}
{% if t.sticky %}
({% trans "Sticky" %})
{% 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.username}} •
{{ t.num_views }} {% trans "views" %} •
{% trans "Last post" %} {{ t.get_last_post.update|lbtimesince }} by
{{t.get_last_post.posted_by}}
|